mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue