mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
before_script:
|
||||
- sudo apt-get install python3
|
||||
|
||||
script:
|
||||
- make -C unix
|
||||
- tests/run-tests
|
||||
Reference in New Issue
Block a user