This repository was archived by the owner on Mar 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ freebsd_instance:
2
2
image : freebsd-12-0-release-amd64
3
3
task :
4
4
name : FreeBSD
5
- only_if : ($CIRRUS_BRANCH !=~ 'pull/.*') && ($BRANCH == "master" || $BRANCH == "staging" || $BRANCH == "trying")
5
+ # only_if: ($CIRRUS_BRANCH !=~ 'pull/.*') && ($BRANCH == "master" || $BRANCH == "staging" || $BRANCH == "trying")
6
+ only_if : ($CIRRUS_BRANCH !=~ 'pull/.*') || ($BRANCH == "master" || $BRANCH == "staging" || $BRANCH == "trying")
6
7
env :
7
8
matrix :
8
9
- JULIA_VERSION : " 1.3"
Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ branches:
13
13
14
14
jobs :
15
15
allow_failures :
16
- - julia : nightly
16
+ # - julia: " nightly"
17
17
fast_finish : true
18
+ exclude :
19
+ - os : linux
20
+ arch : " arm64"
21
+ julia : " nightly"
18
22
include :
19
23
- os : windows
20
24
arch : " x86"
27
31
28
32
julia :
29
33
- " 1.3"
30
- - nightly
34
+ - " nightly"
31
35
32
36
language : julia
33
37
Original file line number Diff line number Diff line change 1
1
name = " GitCommand"
2
2
uuid = " 49b5b516-ca3f-4003-a081-42bdcf55082d"
3
3
authors = [" Dilum Aluthge" , " Brown Center for Biomedical Informatics" ]
4
- version = " 0.2.0 "
4
+ version = " 0.3.0-DEV "
5
5
6
6
[deps ]
7
7
Git_jll = " f8c6e375-362e-5223-8a59-34ff63f689eb"
You can’t perform that action at this time.
0 commit comments