Skip to content

Commit

Permalink
Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Aug 24, 2019
1 parent 85e752d commit 11bf63a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ test-GPU:
variables:
GROUP: "GPU"
script:
- julia --project -e "using Pkg; Pkg.add(\"CuArrays\");
- julia --project -e "using Pkg;
Pkg.add(\"CuArrays\");
Pkg.build(\"CuArrays\");
Pkg.test(; coverage = true);"

coverage:
Expand Down

0 comments on commit 11bf63a

Please sign in to comment.