mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-27 00:58:47 +00:00
Updated Travis build script.
This commit is contained in:
parent
3a1e425fa0
commit
0a1922520b
2 changed files with 7 additions and 2 deletions
7
Makefile
7
Makefile
|
|
@ -1,10 +1,15 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
.PHONY: all
|
||||
.PHONY: all regression
|
||||
|
||||
all:
|
||||
pushd src && make && popd
|
||||
|
||||
install: ;
|
||||
|
||||
regression:
|
||||
pushd regression && ./test.sh && popd
|
||||
|
||||
clean:
|
||||
pushd src && make clean && popd
|
||||
|
||||
|
|
|
|||
2
opam
2
opam
|
|
@ -15,7 +15,7 @@ remove: ["ocamlfind" "remove" "compiler-workout"]
|
|||
flags: [ light-uninstall ]
|
||||
|
||||
build-test: [
|
||||
[make "-f" "Makefile.ob" "test"]
|
||||
[make "-f" "Makefile" "regression"]
|
||||
]
|
||||
|
||||
depends: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue