summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-18 15:01:12 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-18 15:01:12 +0200
commit6a5aee189e0953f869256b63f4fbca85fbbcd847 (patch)
tree6a19d5bbfedb9729dce09c98a52fbcec8606c4fc
parentd4f6a2085f21f20573d85565234dfd3ec514dea9 (diff)
downloadliw-ci-6a5aee189e0953f869256b63f4fbca85fbbcd847.tar.gz
subplot, not worky
-rw-r--r--ci-prod.ick29
1 files changed, 17 insertions, 12 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index e57f683..9cbcccf 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -711,17 +711,17 @@ projects:
rsync_target: ickliwfi@http.liw.fi:/srv/http/ewww.liw.fi
pipelines: *deb_ci_rustup_pipelines
- # - project: subplot
- # parameters:
- # <<: *dummy_program_params
- # sources:
- # - name: code
- # repo: git://git.liw.fi/subplot
- # ref: main
- # location: src
- # workspace_name: subplot
- # rsync_target: ickliwfi@http.liw.fi:/srv/http/examples.subplot.liw.fi
- # pipelines: *deb_ci_rustup_pipelines
+ - project: subplot
+ parameters:
+ <<: *dummy_program_params
+ sources:
+ - name: code
+ repo: git://git.liw.fi/subplot
+ ref: main
+ location: src
+ workspace_name: subplot
+ rsync_target: ickliwfi@http.liw.fi:/srv/http/examples.subplot.liw.fi
+ pipelines: *deb_ci_rustup_pipelines
pipelines:
@@ -910,7 +910,12 @@ pipelines:
git clean -fdx
# Run build-time tests.
- bash -x ./check
+ if grep -q '^#!/bin/bash' || grep -q '^#!/bin/sh'
+ then
+ bash -x ./check
+ else
+ ./check
+ fi
fi