Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
a4fb227b
Commit
a4fb227b
authored
Aug 02, 2024
by
me-no-dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(release): Use correct FQBN for release test
parent
cddaba6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/scripts/on-release.sh
.github/scripts/on-release.sh
+2
-2
No files found.
.github/scripts/on-release.sh
View file @
a4fb227b
...
...
@@ -437,7 +437,7 @@ arduino-cli core install esp32:esp32
if
[
$?
-ne
0
]
;
then
echo
"ERROR: Failed to install esp32 (
$?
)"
;
exit
1
;
fi
echo
"Compiling example ..."
arduino-cli compile
--fqbn
esp
ressif
:esp32:esp32
$GITHUB_WORKSPACE
/libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
arduino-cli compile
--fqbn
esp
32
:esp32:esp32
$GITHUB_WORKSPACE
/libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
if
[
$?
-ne
0
]
;
then
echo
"ERROR: Failed to compile example (
$?
)"
;
exit
1
;
fi
echo
"Uninstalling esp32 ..."
...
...
@@ -457,7 +457,7 @@ if [ "$RELEASE_PRE" == "false" ]; then
if
[
$?
-ne
0
]
;
then
echo
"ERROR: Failed to install esp32 (
$?
)"
;
exit
1
;
fi
echo
"Compiling example ..."
arduino-cli compile
--fqbn
esp
ressif
:esp32:esp32
$GITHUB_WORKSPACE
/libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
arduino-cli compile
--fqbn
esp
32
:esp32:esp32
$GITHUB_WORKSPACE
/libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
if
[
$?
-ne
0
]
;
then
echo
"ERROR: Failed to compile example (
$?
)"
;
exit
1
;
fi
echo
"Uninstalling esp32 ..."
...
...
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