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

Commit 85dae98

Browse files
authored
Merge pull request #50 from votca/newer_cmake
Bump cmake to 3.12
2 parents 3209907 + 2c2d915 commit 85dae98

3 files changed

Lines changed: 3 additions & 63 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
continue-on-error: ${{ matrix.distro == 'ubuntu:devel' || matrix.distro == 'fedora:rawhide' || matrix.continue-on-error == true }}
1111
strategy:
1212
matrix:
13-
distro: ['fedora:latest', 'fedora:rawhide', 'opensuse:latest', 'ubuntu:latest', 'ubuntu:devel', 'ubuntu:rolling', 'ubuntu:18.04']
13+
distro: ['fedora:latest', 'fedora:rawhide', 'opensuse:latest', 'ubuntu:latest', 'ubuntu:devel', 'ubuntu:rolling']
1414
toolchain: [gnu]
1515
cmake_build_type: [Release]
1616
minimal: [false]
@@ -50,7 +50,7 @@ jobs:
5050
key: ${{ steps.setup.outputs.cache_key }}
5151
restore-keys: ${{ steps.setup.outputs.cache_restore_key }}
5252
- name: CMake
53-
run: mkdir builddir && cd builddir && cmake ${{ steps.setup.outputs.cmake_args }} ../votca
53+
run: cmake -B builddir ${{ steps.setup.outputs.cmake_args }} votca
5454
- name: Build
5555
run: |
5656
ccache -z

.gitlab-ci.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required(VERSION 3.12)
22

33
project(xtp-tutorials LANGUAGES NONE)
44

0 commit comments

Comments
 (0)