1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2025-08-03 15:29:55 +00:00

Typo
Some checks failed
the build failed

This commit is contained in:
2018-06-25 01:47:40 +02:00
parent 4568e12652
commit f224a27dcf

View File

@@ -3,7 +3,7 @@ pipeline:
image: gcc
commands:
- 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
- cd cmake-build
- cmake ..
@@ -12,7 +12,7 @@ pipeline:
image: gcc
commands:
- 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
- cd cmake-build
- cmake ..