mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-05 08:37:45 -04:00
symlink option
This commit is contained in:
@@ -9,20 +9,24 @@ run:
|
||||
make build
|
||||
./gossa test-fixture
|
||||
|
||||
run-prefix:
|
||||
run-extra:
|
||||
make build
|
||||
./gossa -prefix="/fancy-path/" test-fixture
|
||||
./gossa -prefix="/fancy-path/" -symlinks=true test-fixture
|
||||
|
||||
ci:
|
||||
-@cd test-fixture && ln -s ../docker .
|
||||
timeout 10 make run &
|
||||
sleep 11 && timeout 10 make run-prefix &
|
||||
sleep 11 && timeout 10 make run-extra &
|
||||
cp src/gossa_test.go . && go test
|
||||
rm gossa_test.go
|
||||
|
||||
watch:
|
||||
ls src/* gossa-ui/* | entr -rc make run
|
||||
|
||||
ci-watch:
|
||||
watch-extra:
|
||||
ls src/* gossa-ui/* | entr -rc make run-extra
|
||||
|
||||
watch-ci:
|
||||
ls src/* gossa-ui/* | entr -rc make ci
|
||||
|
||||
build-all:
|
||||
|
||||
Reference in New Issue
Block a user