You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, tests on Travis CI are run like this:
purescript-studio/.travis.yml
Lines 3 to 5 in be16565
Apparent problems with this:
scripts/build.sh
does not make the whole build fail.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.)halogen-kdmoncat
is built and tested.The text was updated successfully, but these errors were encountered: