summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-08-22 11:11:06 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-08-22 11:11:06 +0200
commitd992eabcb38919162127298f39749d1fb4d6dd9b (patch)
tree49064f6edb34471f8c16771a4c1eb67bae7962b1
parente6734523bfb54c7927168ed3d54921e173151ca7 (diff)
downloadglibmm-kjellahl/testci.tar.gz
CI: Check libsigc/kjellahl/testci
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6678cff..a9b5b3cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,7 @@ build_sigc:
variables:
DEPENDENCIES: $MESON_DEPS
script:
+ - ls -l libsigc
- git clone --branch 3.0.7 --depth 1 https://github.com/libsigcplusplus/libsigcplusplus libsigc
- cd libsigc
- mkdir _build && cd _build