Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
063cb6e7
Commit
063cb6e7
authored
Dec 05, 2016
by
Jonathan Karras
Committed by
Marcel Stör
Dec 06, 2016
Browse files
Add lua.cross to CI tests. (#1649)
parent
384cfbec
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
063cb6e7
...
...
@@ -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/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment