This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4ae6eff607
tvl-depot
/
ci
/
scripts
/
build-briefcase.sh
7 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
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.
2020-08-17 11:44:55 +02:00
set
-euo pipefail
nix-build .
\
-I
briefcase
=
"
$(
pwd
)
"
\
Add --no-out-link to ci/scripts I don't need the ./result symlinks...
2020-08-18 15:25:16 +02:00
--no-out-link
\
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.
2020-08-17 11:44:55 +02:00
--show-trace
Reference in a new issue
Copy permalink