]> granicus.if.org Git - nethack/commitdiff
enable find in travisci.sh to search for header appmodel.h
authornhmall <nhmall@nethack.org>
Wed, 30 Oct 2019 20:24:23 +0000 (16:24 -0400)
committernhmall <nhmall@nethack.org>
Wed, 30 Oct 2019 20:24:23 +0000 (16:24 -0400)
win/win32/vs2017/travisci.sh

index 9ce04b4d92bb4caf8ded415850a73fdc782751bc..126b1eb51f6c8541b26040e7997d8651d0844fc8 100644 (file)
@@ -1,4 +1,5 @@
 set -x
+find /c -iname 'appmodel.h' -print
 export VSVER=2017
 export MSVER=14.16.27023
 export SDKVER=10.0.17763.0
@@ -32,6 +33,6 @@ cd src
 cp ../sys/winnt/Makefile.msc ./Makefile
 nmake install
 cd ..
-powershell -Command "Compress-Archive -U -Path binary/* -DestinationPath $TRAVIS_TAG.x86.zip"
+powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath $TRAVIS_TAG.x86.zip"