From cad9af9e25d3974becfa365703b33bcc314d1d46 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 20 Jun 2018 13:23:14 +1000 Subject: [PATCH] gitlab: use the correct relative address for cmake builds --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5dcafc5..4079ab85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: - apt -y install cmake ninja-build python3 ragel script: - mkdir build && cd build - - cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON + - cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON - ninja artifacts: untracked: true