Skip to content

Commit

Permalink
build: allow building without scion-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Nov 24, 2023
1 parent 799ed12 commit f687837
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ bazel:
tar -kxf bazel-bin/scion.tar -C bin
tar -kxf bazel-bin/scion-ci.tar -C bin

bazel-no-ci:
rm -f bin/*
bazel build //:scion
tar -kxf bazel-bin/scion.tar -C bin

test:
bazel test --config=unit_all

Expand Down

0 comments on commit f687837

Please sign in to comment.