mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-23 21:21:29 -05:00
Override compilers.
This commit is contained in:
parent
61d765aeac
commit
340fc4dd83
@ -14,6 +14,10 @@ before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y gcc-arm-none-eabi
|
||||
|
||||
before_script:
|
||||
- export CC="arm-none-eabi-gcc"
|
||||
- export CXX="arm-none-eabi-g++"
|
||||
|
||||
script:
|
||||
- cd firmware/
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user