aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-10-12 16:59:31 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-10-12 17:00:53 +0200
commiteb44696db8f46d8f2208e549b55a7cf1475f95fc (patch)
tree202a97ec6c3a58ef2df7fad383f8eee72b6c35ba /.gitlab-ci.yml
parent448d41dde3a4e77a94f7193e63dae71b374caee8 (diff)
ci: add test for vpath builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4e0f7b..affe29c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,6 +79,15 @@ test-clean-distclean:
- ./configure --prefix=/usr
- make
+test-vpath:
+ stage: test
+ script:
+ - NOCONFIGURE=1 ./autogen.sh
+ - mkdir build
+ - cd build
+ - ../configure --prefix=/usr
+ - make
+
test-default:
stage: test
script: