Skip to content

Commit

Permalink
Revert "Fix appveyor"
Browse files Browse the repository at this point in the history
This reverts commit 6a5ee6b.
  • Loading branch information
Gnimuc committed Jul 23, 2018
1 parent db20326 commit fa2d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -40,7 +40,7 @@ install:
build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo(); using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.build(\"BKMaxflow\")"
- C:\projects\julia\bin\julia -e "versioninfo(); using Pkg; Pkg.instantiate(); Pkg.build(\"BKMaxflow\")"

test_script:
- C:\projects\julia\bin\julia -e "Pkg.test(\"BKMaxflow\")"

0 comments on commit fa2d1e1

Please sign in to comment.