diff --git a/.scrutinizer.yml b/.scrutinizer.yml index ce92b0869..6723f675c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -500,7 +500,7 @@ build: command: wget http://ci.test/user/API.php?action=downloadInstaller\&api_version=2\&lang=en\&device=w10\&profile=3 -O /home/scrutinizer/artifacts/WinInstaller.exe --no-verbose title: "Generating Windows 10 installer via API call" - - command: file /home/scrutinizer/artifacts/WinInstaller.exe | egrep 'executable.*Windows.*Intel' + command: file /home/scrutinizer/artifacts/WinInstaller.exe | egrep 'Windows' title: "Checking whether output is a Windows executable" - command: wget http://ci.test/user/API.php?action=downloadInstaller\&api_version=2\&lang=en\&device=apple_hi_sierra\&profile=3 -O /home/scrutinizer/artifacts/AppleInstaller.mobileconfig --no-verbose