]> granicus.if.org Git - nethack/commitdiff
remove some outdated references to travis
authornhmall <nhmall@nethack.org>
Sat, 29 Jan 2022 13:34:58 +0000 (08:34 -0500)
committernhmall <nhmall@nethack.org>
Sat, 29 Jan 2022 13:34:58 +0000 (08:34 -0500)
outdated/sys/windows/vs/travisci.sh [moved from sys/windows/vs/travisci.sh with 100% similarity]
sys/msdos/fetch-cross-compiler.sh
sys/windows/Makefile.mingw32
sys/windows/Makefile.msc

index 72dbf05c9569a5034f1f05bf541ce95bc0e75d19..5b5d44e7071622fcfe1513d4f6345510713f8f9b 100644 (file)
@@ -1,10 +1,10 @@
 #!/bin/sh
 set -x
 
-if [ -z "$TRAVIS_BUILD_DIR" ]; then
+if [ -z "$CI_BUILD_DIR" ]; then
        export DJGPP_TOP=$(pwd)/lib/djgpp
 else
-       export DJGPP_TOP="$TRAVIS_BUILD_DIR/lib/djgpp"
+       export DJGPP_TOP="$CI_BUILD_DIR/lib/djgpp"
 fi
 
 if [ -z "$GCCVER" ]; then
index 894878d1e824208bc1cc5903607db50a07ccb93c..6533e90d7c8803fd845b3fdbda1e46e3870c2533 100644 (file)
@@ -199,7 +199,7 @@ USE_DLB = Y
 #==========================================
 #==========================================
 
-ifdef TRAVIS_COMPILER
+ifdef CI_COMPILER
 cc = i686-w64-mingw32-gcc.exe
 ld = i686-w64-mingw32-gcc.exe
 rc = windres --target=pe-i386
@@ -768,7 +768,7 @@ TO_INSTALL += $(DLB)
 endif
 
 install: $(TO_INSTALL)
-ifdef TRAVIS_COMPILER
+ifdef CI_COMPILER
        ls -l $(SRC)
        ls -l $(DAT)
        ls -l $(UTIL)
index dd501ea51f0a633b6ebc8d79cbe7bac1e2f6fa53..5577b687a079acc3d052d7670abd073dd7fa5e7c 100644 (file)
@@ -490,7 +490,7 @@ DATABASE = $(DAT)\data.base
 # ctags options
 #
 #CTAGSCMD=ctags-orig.exe
-!IF "$(TRAVIS_BUILD_DIR)" != ""
+!IF "$(CI_BUILD_DIR)" != ""
 CTAGSCMD=..\lib\ctags\ctags.exe
 !ELSE
 CTAGSCMD=..\..\..\ctags\ctags.exe