symlink option

This commit is contained in:
Pierre Dubouilh
2019-07-21 16:21:41 +02:00
parent 44a04b1534
commit f187bf06f3
4 changed files with 63 additions and 26 deletions
+8 -4
View File
@@ -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: