Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis test suite should fail if scripts/build.sh fails #297

Open
3 tasks
epost opened this issue Dec 13, 2019 · 0 comments
Open
3 tasks

Travis test suite should fail if scripts/build.sh fails #297

epost opened this issue Dec 13, 2019 · 0 comments
Labels
build build, deploy, CI test

Comments

@epost
Copy link
Member

epost commented Dec 13, 2019

Currently, tests on Travis CI are run like this:

script:
- scripts/build.sh
- scripts/test.sh

Apparent problems with this:

  • An error result from scripts/build.sh does not make the whole build fail.
  • Tests in scripts/tests.sh fail at the first line (stbx-core) with 'spago not installed' message, even though that should have been installed in the build step. (It looks like they are being run in the same shell session.)
  • make sure halogen-kdmoncat is built and tested.
@epost epost added build build, deploy, CI test labels Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build, deploy, CI test
Projects
None yet
Development

No branches or pull requests

1 participant