Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit d2b8bd9

Browse files
authored
Merge pull request #48 from votca/ghcr
GHA: switch to ghcr.io
2 parents e54c4f4 + fc80078 commit d2b8bd9

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
CI:
10-
continue-on-error: ${{ matrix.distro == 'ubuntu_devel' || matrix.distro == 'fedora_rawhide' || matrix.continue-on-error == true }}
10+
continue-on-error: ${{ matrix.distro == 'ubuntu:devel' || matrix.distro == 'fedora:rawhide' || matrix.continue-on-error == true }}
1111
strategy:
1212
matrix:
13-
distro: [latest, fedora_rawhide, opensuse, ubuntu, ubuntu_devel, ubuntu_rolling, ubuntu_18.04]
13+
distro: ['fedora:latest', 'fedora:rawhide', 'opensuse:latest', 'ubuntu:latest', 'ubuntu:devel', 'ubuntu:rolling', 'ubuntu:18.04']
1414
toolchain: [gnu]
1515
cmake_build_type: [Release]
1616
minimal: [false]
@@ -19,13 +19,13 @@ jobs:
1919
coverage: [false]
2020
no_regression_testing: [true]
2121
include:
22-
- distro: latest
22+
- distro: 'fedora:latest'
2323
toolchain: gnu
2424
cmake_build_type: Release
2525
module_build: true
2626
no_regression_testing: true
2727
runs-on: ubuntu-latest
28-
container: votca/buildenv:${{ matrix.distro }}
28+
container: ghcr.io/votca/buildenv/${{ matrix.distro }}
2929
steps:
3030
- uses: actions/checkout@v2.2.0
3131
with:

.gitlab-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ stages:
4545
- if [[ ${CLANG_FORMAT} ]]; then cmake --build . --target format && git -C ${CI_PROJECT_DIR}/votca/${CI_PROJECT_NAME} diff --exit-code; fi
4646
- ccache -s
4747

48-
.build:
49-
variables:
50-
DISTRO: "latest"
51-
image: votca/buildenv:${DISTRO}
52-
extends: .build_script
53-
5448
Debug GPU Ubuntu:
5549
variables:
5650
CC: "gcc"

0 commit comments

Comments
 (0)