Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit ecae467

Browse files
committed
Build one program at a time and let print
1 parent 34e982b commit ecae467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
script:
44
- wget https://github.com/bweir/OpenSpin/releases/download/qt-0.1.0/openspin
55
- chmod a+x ./openspin
6-
- SPINC=./openspin make -f scripts/makefile -j
6+
- SPINC=./openspin make -f scripts/makefile
77
- make -f scripts/makefile clean
88
- git clone https://github.com/lamestation/lamestation-sdk "lamestation-sdk-${TRAVIS_TAG}" --recursive
99
- echo "lamestation-sdk-${TRAVIS_TAG}"

scripts/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_compile: $(BINARIES)
2424
%.binary: %.spin
2525
@FILE=$$(file $< | grep -v "ASCII" | grep -v "UTF-8"); if [ -z "$$FILE" ]; then exit 0 ; else exit 1; fi
2626
@FILE=$$(file $< | grep "line terminators"); if [ -z "$$FILE" ]; then exit 0 ; else exit 1 ; fi
27-
$(SPINC) $< $(LFLAGS) 1>/dev/null
27+
$(SPINC) $< $(LFLAGS) #1>/dev/null
2828

2929
$(PREFIX)/%.spin: %.spin
3030
install -D -c -p -m 644 $< $@

0 commit comments

Comments
 (0)