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
5b7c615a
Unverified
Commit
5b7c615a
authored
Jun 17, 2024
by
Jan Procházka
Committed by
GitHub
Jun 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(boards): Add cache for libs (#9877)
parent
7d73a74d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.github/workflows/boards.yml
.github/workflows/boards.yml
+14
-0
No files found.
.github/workflows/boards.yml
View file @
5b7c615a
...
@@ -59,6 +59,19 @@ jobs:
...
@@ -59,6 +59,19 @@ jobs:
exit 1;
exit 1;
fi
fi
-
name
:
Get libs cache
uses
:
actions/cache@v4
with
:
key
:
libs-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package/package_esp32_index.template.json', 'tools/get.py') }}
path
:
|
./tools/dist
./tools/esp32-arduino-libs
./tools/esptool
./tools/mk*
./tools/openocd-esp32
./tools/riscv32-*
./tools/xtensa-*
-
name
:
Compile sketch
-
name
:
Compile sketch
uses
:
P-R-O-C-H-Y/compile-sketches@main
uses
:
P-R-O-C-H-Y/compile-sketches@main
with
:
with
:
...
@@ -73,3 +86,4 @@ jobs:
...
@@ -73,3 +86,4 @@ jobs:
exit-on-fail
:
true
exit-on-fail
:
true
sketch-paths
:
sketch-paths
:
"
-
./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino"
"
-
./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino"
verbose
:
true
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