updating to C++ 20

updating to C++ 20
This commit is contained in:
Alister
2021-08-30 16:48:37 +01:00
parent 5d6088ea2a
commit 59758a7feb

View File

@@ -13,7 +13,7 @@ image: havric/noggit-red-build:latest
build:
stage: build
before_script:
- apt update && apt install -y cmake
- add-apt-repository -y ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install gcc-6 g++-6 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 20 --slave /usr/bin/g++ g++ /usr/bin/g++-6
script:
- mkdir build
- cd build