Skip to content

Commit

Permalink
fixing the check for Windows executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Nov 26, 2024
1 parent a23875b commit 341cdf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ build:
- sudo cp -r /home/scrutinizer/build/tests/nsis3 /usr/local/share
- git clone https://github.com/mtrojnar/osslsigncode.git
- cd osslsigncode
- git checkout 2.1
- git checkout master
- ./autogen.sh
- ./configure
- make
Expand Down Expand Up @@ -500,8 +500,8 @@ 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.*Intel.*Windows.*Nullsoft'
title: "Checking whether output is a Windows executable and Nullsoft installer"
command: file /home/scrutinizer/artifacts/WinInstaller.exe | egrep 'executable.*Intel.*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
title: "Generating a Apple High Sierra installer via API call"
Expand Down

0 comments on commit 341cdf2

Please sign in to comment.