Skip to content

Commit 612f388

Browse files
committed
Making Travis and Appveyor use the test-dist of trivial-gamekit
1 parent 59ce945 commit 612f388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727

2828
build_script:
2929
- >
30-
sh -c "$HOME/bin/lisp $HOME/bodge/scripts/build-gamekit-system.lisp
30+
sh -c "$HOME/bin/lisp $HOME/bodge/scripts/build-experimental-gamekit-system.lisp
3131
%GAMEKIT_SYSTEM_NAME% %GAMEKIT_APPLICATION_PACKAGE% %GAMEKIT_APPLICATION_MAIN_CLASS%
3232
$(cygpath -u '%APPVEYOR_BUILD_FOLDER%')
3333
$(cygpath -u '%GAMEKIT_BUILD_DIR%')"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929

3030
script:
3131
- >
32-
lisp $HOME/bodge/scripts/build-gamekit-system.lisp
32+
lisp $HOME/bodge/scripts/build-experimental-gamekit-system.lisp
3333
$GAMEKIT_SYSTEM_NAME $GAMEKIT_APPLICATION_PACKAGE $GAMEKIT_APPLICATION_MAIN_CLASS
3434
$TRAVIS_BUILD_DIR
3535
$GAMEKIT_BUILD_DIR

0 commit comments

Comments
 (0)