mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-27 03:13:43 +03:00
add testing script
This commit is contained in:
parent
cab27e1bd0
commit
4f97f5afad
@ -26,10 +26,9 @@ install:
|
||||
- git submodule update --init
|
||||
- ln -s cabal.project.dist cabal.project
|
||||
- cabal v2-configure
|
||||
- ./deps/dismantle/scripts/minify-asl.sh
|
||||
|
||||
script:
|
||||
- cabal v2-build --only-dependencies macaw-asl
|
||||
- ./scripts/tests.sh
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
8
scripts/tests.sh
Executable file
8
scripts/tests.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
./submodules/dismantle/scripts/minify-asl.sh
|
||||
cd ./submodules/asl-translator/
|
||||
make genarm
|
||||
cd ../../
|
||||
|
||||
cabal v2-build --only-dependencies macaw-asl
|
Loading…
Reference in New Issue
Block a user