Typo
the build failed Details

This commit is contained in:
Antoine Bartuccio 2018-06-25 01:47:40 +02:00
parent 4568e12652
commit f224a27dcf
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pipeline:
image: gcc image: gcc
commands: commands:
- apt update - apt update
- apt -y install make cmake gcc python libpcre3 lippcre3-dev - apt -y install make cmake gcc python libpcre3 libpcre3-dev
- mkdir cmake-build - mkdir cmake-build
- cd cmake-build - cd cmake-build
- cmake .. - cmake ..
@ -12,7 +12,7 @@ pipeline:
image: gcc image: gcc
commands: commands:
- apt update - apt update
- apt -y install make cmake gcc python libpcre3 lippcre3-dev - apt -y install make cmake gcc python libpcre3 libpcre3-dev
- mkdir cmake-build - mkdir cmake-build
- cd cmake-build - cd cmake-build
- cmake .. - cmake ..