now actuall test on CI
This commit is contained in:
parent
a7cc0672a5
commit
860b54ade0
2 changed files with 2 additions and 4 deletions
|
@ -9,6 +9,5 @@ julia:
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
script:
|
script:
|
||||||
# we can't actually run on travis, so just make sure it's installable
|
|
||||||
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||||
- julia -e 'Pkg.clone(pwd()); Pkg.build("PortAudio"); using PortAudio'
|
- julia -e 'Pkg.clone(pwd()); Pkg.build("PortAudio"); Pkg.test("PortAudio")'
|
||||||
|
|
|
@ -24,5 +24,4 @@ build_script:
|
||||||
Pkg.clone(pwd(), \"PortAudio\"); Pkg.build(\"PortAudio\")"
|
Pkg.clone(pwd(), \"PortAudio\"); Pkg.build(\"PortAudio\")"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
# can't actually run the test, so just make sure it's installable
|
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"PortAudio\")"
|
||||||
- C:\projects\julia\bin\julia -e "using PortAudio"
|
|
||||||
|
|
Loading…
Reference in a new issue