Commit 063cb6e7 authored by Jonathan Karras's avatar Jonathan Karras Committed by Marcel Stör
Browse files

Add lua.cross to CI tests. (#1649)

parent 384cfbec
......@@ -5,13 +5,21 @@ addons:
packages:
- python-serial
- srecord
- lua5.1
cache:
directories:
- pip
- directories:
- cache
before_install:
- pip install --user hererocks
- hererocks env --lua 5.1 -rlatest
- source env/bin/activate
- luarocks install luafilesystem
install:
- tar -zxvf tools/esp-open-sdk.tar.gz
- export PATH=$PATH:$PWD/esp-open-sdk/xtensa-lx106-elf/bin
script:
- lua tools/cross-lua.lua || exit 1
- export BUILD_DATE=$(date +%Y%m%d)
- make EXTRA_CCFLAGS="-DBUILD_DATE='\"'$BUILD_DATE'\"'" all
- cd bin/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment