Skip to content

Commit

Permalink
travis: Fix FBC paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Jul 24, 2016
1 parent 6773d23 commit 83812db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,14 +22,14 @@ script:
&& cd build-32-imported
&& echo 'TARGET_ARCH=x86' > config.mk
&& echo 'MULTILIB=32' >> config.mk
&& make -j4 -f ../makefile FBC=FreeBASIC-1.05.0-linux-x86/bin/fbc
&& make -j4 -f ../makefile FBC=../FreeBASIC-1.05.0-linux-x86/bin/fbc
&& make -j4 -f ../makefile clean-compiler
&& make -j4 -f ../makefile compiler FBC=bin/fbc
&& cd ..

- mkdir build-64-bootstrapped
&& cd build-64-bootstrapped
&& make -j4 -f ../makefile FBC=FreeBASIC-1.05.0-source-bootstrap/bin/fbc
&& make -j4 -f ../makefile FBC=../FreeBASIC-1.05.0-source-bootstrap/bin/fbc
&& make -j4 -f ../makefile clean-compiler
&& make -j4 -f ../makefile compiler FBC=bin/fbc
&& cd ..

0 comments on commit 83812db

Please sign in to comment.