ughhhhhhhhhhhhhhhhhh

This commit is contained in:
Phuntsok Drak-pa 2018-04-16 02:26:17 +02:00
parent f09ec911a1
commit c003aeea27
1 changed files with 10 additions and 9 deletions

View File

@ -10,15 +10,16 @@ jobs:
steps: steps:
- checkout - checkout
- run: gcc --version - run: gcc --version
- run: sudo apt-get install software-properties-common python-software-properties - run: cmake --version
- run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1 # - run: sudo apt-get install software-properties-common python-software-properties
- run: sudo apt-get update # - run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1
- run: sudo apt-get install gcc-7 g++-7 # - run: sudo apt-get update
- run: # - run: sudo apt-get install gcc-7 g++-7
name: Build cmake # - run:
command: | # name: Build cmake
cd ~ && wget --quiet https://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.tar.gz # command: |
tar -xvf cmake-3.11.0-Linux-x86_64.tar.gz # cd ~ && wget --quiet https://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.tar.gz
# tar -xvf cmake-3.11.0-Linux-x86_64.tar.gz
- run: - run:
name: Build Project name: Build Project
command: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j command: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j