Skip to content

Commit

Permalink
another go at the Windows file test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Nov 26, 2024
1 parent 8abbee8 commit be18864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be18864

Please sign in to comment.