🔨 simplify workflow

pull/2081/head
Niels Lohmann 2020-05-01 21:06:41 +02:00
parent 3ae7237f5a
commit 08c9472184
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 3 additions and 12 deletions

View File

@ -8,19 +8,10 @@ jobs:
- checkout
- run:
name: Install sudo
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
name: Install required tools
command: 'apt-get update && apt-get install -y gcc g++ git cmake'
- run:
name: Install GCC
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
name: Show versions
command: 'g++ --version ; uname -a; cmake --version'
- run:
name: Run CMake