🔨 simplify workflow
This commit is contained in:
parent
3ae7237f5a
commit
08c9472184
1 changed files with 3 additions and 12 deletions
|
@ -8,19 +8,10 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install sudo
|
name: Install required tools
|
||||||
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
|
command: 'apt-get update && apt-get install -y gcc g++ git cmake'
|
||||||
- run:
|
- run:
|
||||||
name: Install GCC
|
name: Show versions
|
||||||
command: 'apt-get update && apt-get install -y gcc g++'
|
|
||||||
- run:
|
|
||||||
name: Install Git
|
|
||||||
command: 'apt-get update && apt-get install -y git'
|
|
||||||
- run:
|
|
||||||
name: Install CMake
|
|
||||||
command: 'apt-get update && apt-get install -y cmake'
|
|
||||||
- run:
|
|
||||||
name: Versions
|
|
||||||
command: 'g++ --version ; uname -a; cmake --version'
|
command: 'g++ --version ; uname -a; cmake --version'
|
||||||
- run:
|
- run:
|
||||||
name: Run CMake
|
name: Run CMake
|
||||||
|
|
Loading…
Reference in a new issue