Support build-briefcase.sh
For now, I'm supporting two CI pipelines: - build-socrates - build-briefcase Conceptually, build-briefcase should cover what build-socrates does now, but eventually I would like build-socrates to call `switch-to-configuration` so that all of my websites, etc. stay fresh.
This commit is contained in:
parent
1bb32b1bcc
commit
42efb3b08a
3 changed files with 7 additions and 2 deletions
6
ci/scripts/build-briefcase.sh
Normal file
6
ci/scripts/build-briefcase.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
set -euo pipefail
|
||||
|
||||
nix-build . \
|
||||
-I briefcase="$(pwd)" \
|
||||
-I nixpkgs=/home/wpcarro/nixpkgs-channel \
|
||||
--show-trace
|
Loading…
Add table
Add a link
Reference in a new issue