File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
fi
12
12
13
13
# builds the release version
14
- make all
14
+ make
15
15
# prepare to package
16
16
cp ./_build/src/vultc.native ./vultc
17
17
if [ $TRAVIS_OS_NAME == linux ];
18
18
then
19
+ make all
19
20
tar -cvzf vult-linux.tar.gz vultc runtime/vultin.h runtime/vultin.cpp
20
21
else
21
22
tar -cvzf vult-osx.tar.gz vultc runtime/vultin.h runtime/vultin.cpp
@@ -32,4 +33,4 @@ vultc --help
32
33
# cd ..
33
34
# cd ..
34
35
# runs the performance tests
35
- make perf
36
+ # make perf
Original file line number Diff line number Diff line change 11
11
before_install :
12
12
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
13
13
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y luajit ; fi
14
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install luajit ; fi
15
14
16
15
deploy :
17
16
skip_cleanup : true
Original file line number Diff line number Diff line change 1
- let version = " \n v0.4.12 \n "
1
+ let version = " \n v0.4.13 \n "
You can’t perform that action at this time.
0 commit comments