mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 08:44:38 +00:00
Add Travis CI build configuration
This commit is contained in:
parent
2d5853b0c2
commit
ca52c90399
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
Release/*
|
||||
Debug/*
|
||||
*.swp
|
||||
|
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
script:
|
||||
- make -s -f GccUnix.mak > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user