prepare for multi-CI

split things out so more can be shared between CIs
This commit is contained in:
zimbatm
2019-02-06 11:56:31 +01:00
parent 7a8122c5f4
commit 6b517528ee
7 changed files with 53 additions and 45 deletions

6
build
View File

@@ -1,6 +1,8 @@
#!/bin/sh -eu
#!/usr/bin/env bash
set -euo pipefail
# build *all* the docker images
nix-build release.nix \
exec nix-build release.nix \
--no-out-link \
--option sandbox true \
"$@"