Skip to content

Commit 6cfca28

Browse files
Fix travis and remove interrupt codes
1 parent a547b90 commit 6cfca28

File tree

3 files changed

+4
-144
lines changed

3 files changed

+4
-144
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ script:
2323
- export AUTOTESTER_LIBS_DIR=$(pwd)/clibraries
2424
- make
2525
- make install
26-
- make dist
27-
- make dist-libs
26+
- make release
27+
- make release-libs
2828
# Build examples
2929
- make -C $CEDEV/examples
3030
# Build CEmu core and autotester_cli

makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,15 @@ chmod:
200200
#----------------------------
201201
# release rule
202202
#----------------------------
203+
dist: release
203204
release: install
204205
$(ARCH)
205206
#----------------------------
206207

207208
#----------------------------
208209
# libraries release rules
209210
#----------------------------
211+
dist-libs: release-libs
210212
release-libs: clibraries
211213
$(CP) $(call NATIVEPATH,src/graphx/GRAPHX.8xv) $(call NATIVEPATH,clibraries/graphx.8xv)
212214
$(CP) $(call NATIVEPATH,src/fileioc/FILEIOC.8xv) $(call NATIVEPATH,clibraries/fileioc.8xv)

src/ce/interrupts.src

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)