Skip to content

Commit

Permalink
test more
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Dec 8, 2023
1 parent 3898f4e commit 21de4f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ theories/dune: .dune-stamp

user-contrib/Ltac2/dune: .dune-stamp
cp -a _build/default/ltac2_dune $@ && chmod +w $@
ls -l _build
whoami
echo $(MAKECMDGOALS)

FORCE: ;

Expand All @@ -150,7 +153,8 @@ states: dunestrap
NONDOC_INSTALL_TARGETS:=coq-core.install coq-stdlib.install coqide-server.install coqide.install coq.install

world: dunestrap
dune build $(DUNEOPT) $(NONDOC_INSTALL_TARGETS)
ls -l _build && whoami && stat _build/log && id
dune build --display=short $(DUNEOPT) $(NONDOC_INSTALL_TARGETS)

# only useful for CI
vio: dunestrap
Expand Down

0 comments on commit 21de4f6

Please sign in to comment.