Skip to content

Commit

Permalink
Run moor_ffi and VM integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 5, 2019
1 parent cbf8a3e commit d08275d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Expand Up @@ -14,4 +14,6 @@ task:
test_moor_script: tool/test_moor.sh
test_sqlparser_script: tool/test_sqlparser.sh
test_moor_generator_script: tool/test_generator.sh
test_moor_ffi_script: tool/test_moor_ffi.sh
vm_integration_test_script: tool/vm_integration_test.sh
format_coverage_script: tool/upload_coverage.sh
6 changes: 6 additions & 0 deletions tool/pub_get.sh
Expand Up @@ -18,3 +18,9 @@ cd ..
cd sqlparser
echo $(pwd)
pub upgrade
cd ..

cd moor_ffi
echo $(pwd)
pub upgrade
cd ..
5 changes: 5 additions & 0 deletions tool/test_moor_ffi.sh
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

cd moor_ffi

pub run test --exclude-tags analyzer
5 changes: 5 additions & 0 deletions tool/vm_integration_test.sh
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

cd extras/integration_tests/vm
pub upgrade
pub run test

0 comments on commit d08275d

Please sign in to comment.