updating to C++ 20
updating to C++ 20
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user