aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:02:04 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:02:04 -0600
commit92fd0ef80daefea3116ba0a1d342d3a1f88e6202 (patch)
tree61553418ee7a1e5c56727608e450d2632328b258 /.gitlab-ci.yml
parentMerge branch '9-need-a-testing-suite-built-out' into 'master' (diff)
downloadargs.hxx-92fd0ef80daefea3116ba0a1d342d3a1f88e6202.tar.xz
add testing build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89cfef6..40e2a3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,3 +6,6 @@ pages:
- public
only:
- master
+tests:
+ script:
+ make runtests