Skip to content

Commit

Permalink
Put gcc in expected place for debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Apr 1, 2019
1 parent 4ff55aa commit f93205e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ script:
# Remove new autotools from path
- rm -f .build/riscv64-unknown-elf/buildtools/bin/automake*
- rm -f .build/riscv64-unknown-elf/buildtools/bin/aclocal*
# Actually test this repo
# Actually build this repo
- ./build.sh
# Put compiler in expected place for debug tests
- ln -s $TRAVIS_BUILD_DIR/.build/riscv64-unknown-elf/buildtools/bin/riscv64-unknown-elf-gcc $RISCV/bin
- ln -s $TRAVIS_BUILD_DIR/.build/riscv64-unknown-elf/buildtools/bin/riscv64-unknown-elf-gdb $RISCV/bin
# Run debug tests
- PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages make -C riscv-tests/build debug-check

0 comments on commit f93205e

Please sign in to comment.