ughhhhhhhhhhhhhhhhhhh
This commit is contained in:
parent
c003aeea27
commit
f911ceee2f
@ -15,11 +15,11 @@ jobs:
|
|||||||
# - run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1
|
# - run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1
|
||||||
# - run: sudo apt-get update
|
# - run: sudo apt-get update
|
||||||
# - run: sudo apt-get install gcc-7 g++-7
|
# - run: sudo apt-get install gcc-7 g++-7
|
||||||
# - run:
|
- run:
|
||||||
# name: Build cmake
|
name: Build cmake
|
||||||
# command: |
|
command: |
|
||||||
# cd ~ && wget --quiet https://cmake.org/files/v3.11/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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user