Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Update Flux build testing rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Apr 5, 2019
1 parent 7805f9c commit 86e1ea6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ flux:
script:
- mkdir $JULIA_DEPOT_PATH # Pkg.jl#325
- julia -e 'using Pkg;
Pkg.develop(PackageSpec(path=pwd()));
Pkg.build();
Pkg.add(PackageSpec(name="Flux", rev="master"));
Pkg.test("Flux");'
Pkg.develop([PackageSpec(path=pwd());
[PackageSpec(name=pkg)
for pkg in split(get(ENV,"CI_DEV_PKGS",""))]])'
- julia -e 'using Pkg;
Pkg.build("CuArrays");
Pkg.test("Flux")'
allow_failure: true

0 comments on commit 86e1ea6

Please sign in to comment.