removes now-unnecessary checkouts from appveyor cfg
This commit is contained in:
parent
b6f59a1e9d
commit
f19e9ca160
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ build_script:
|
||||||
# Need to convert from shallow to complete for Pkg.clone to work
|
# Need to convert from shallow to complete for Pkg.clone to work
|
||||||
- IF EXIST .git\shallow (git fetch --unshallow)
|
- IF EXIST .git\shallow (git fetch --unshallow)
|
||||||
- C:\projects\julia\bin\julia -e "versioninfo();
|
- C:\projects\julia\bin\julia -e "versioninfo();
|
||||||
Pkg.clone(pwd(), \"PortAudio\"); Pkg.build(\"PortAudio\"); Pkg.checkout(\"Compat\"); Pkg.checkout(\"RingBuffers\"); Pkg.checkout(\"SampledSignals\")"
|
Pkg.clone(pwd(), \"PortAudio\"); Pkg.build(\"PortAudio\")"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
# can't actually run the test, so just make sure it's installable
|
# can't actually run the test, so just make sure it's installable
|
||||||
|
|
Loading…
Reference in a new issue