Skip to content

Commit e0c8776

Browse files
committed
travis.yml: Add PAL building+testing
1 parent b45cb65 commit e0c8776

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,16 @@ before_install:
2626
- export PATH=$PATH:/usr/games
2727
- (cd $HOME/bin && curl -OL -u "travis:545393775684" https://ejona.ersoft.org/taus-ci/flips && chmod +x flips)
2828
- curl -OL -u "travis:545393775684" https://ejona.ersoft.org/taus-ci/tetris.nes
29+
- curl -OL -u "travis:545393775684" https://ejona.ersoft.org/taus-ci/tetris-pal.nes
2930

3031
install:
3132
- make V=1
33+
- mv build/ build-ntsc/
34+
- make V=1 PAL=1
35+
- mv build/ build-pal/
3236

3337
script:
34-
- xvfb-run -a make test
38+
- ln -s build-ntsc/ build
39+
- xvfb-run -a make V=1 test
40+
- rm build && ln -s build-pal/ build
41+
- xvfb-run -a make V=1 PAL=1 test

0 commit comments

Comments
 (0)