Skip to content

Commit

Permalink
#1105: CI: regenerate the workflows with unity on
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 10, 2020
1 parent c6aeb95 commit a278b79
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-clang-3.9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-clang-5.0-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-clang-8-alpine-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-gcc-10-ubuntu-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-gcc-5-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-gcc-6-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-gcc-7-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-gcc-8-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 1
VT_POOL: 0
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-gcc-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 1
CACHE: ~/.local/cache/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 0
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-intel-18-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 0
VT_EXTENDED_TESTS: ${{ github.event_name != 'pull_request' }}
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 0
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-nvidia-10-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 0
VT_EXTENDED_TESTS: ${{ github.event_name != 'pull_request' }}
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 0
VT_EXTENDED_TESTS: 1
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-nvidia-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
VT_ASAN: 0
VT_POOL: 0
VT_EXTENDED_TESTS: ${{ github.event_name != 'pull_request' }}
VT_UNITY_BUILD: 1
VT_ZOLTAN: 0
CACHE: ~/.local/cache/

Expand Down

0 comments on commit a278b79

Please sign in to comment.