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
3109497b
Commit
3109497b
authored
Sep 06, 2016
by
Marcel Stör
Committed by
Arnim Läuger
Sep 06, 2016
Browse files
Enable debug for PR builds (#1489)
parent
b02450f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/pr-build.sh
View file @
3109497b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
set
-e
set
-e
echo
"Running PR build (all modules, SSL
dis
abled)"
echo
"Running PR build (all modules, SSL
enabled, debug en
abled)"
(
(
cd
"
$TRAVIS_BUILD_DIR
"
/app/include
||
exit
cd
"
$TRAVIS_BUILD_DIR
"
/app/include
||
exit
# uncomment disabled modules e.g. '//#define LUA_USE_MODULES_UCG' -> '#define LUA_USE_MODULES_UCG'
# uncomment disabled modules e.g. '//#define LUA_USE_MODULES_UCG' -> '#define LUA_USE_MODULES_UCG'
...
@@ -12,6 +12,9 @@ cat user_modules.h
...
@@ -12,6 +12,9 @@ cat user_modules.h
# enable SSL
# enable SSL
sed
-i
.bak
's@//#define CLIENT_SSL_ENABLE@#define CLIENT_SSL_ENABLE@'
user_config.h
sed
-i
.bak
's@//#define CLIENT_SSL_ENABLE@#define CLIENT_SSL_ENABLE@'
user_config.h
# enable debug
sed
-E
-i
.bak
's@// ?#define DEVELOP_VERSION@#define DEVELOP_VERSION@'
user_config.h
# enable FATFS
# enable FATFS
sed
-i
's@//#define BUILD_FATFS@#define BUILD_FATFS@'
user_config.h
sed
-i
's@//#define BUILD_FATFS@#define BUILD_FATFS@'
user_config.h
cat
user_config.h
cat
user_config.h
...
...
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