Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Dec 22, 2023
1 parent 16b3c1a commit a596560
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,19 @@ jobs:
env:
ESP8266_ARDUINO_CORE_DIR: ${{ github.workspace }}/esp8266
run: |
make -C repo/ -j$(nproc) PREFIX=${ESP8266_ARDUINO_CORE_DIR} arduino/upstream
make -C repo/ -j$(nproc) \
LIBS=${{ github.workspace }}/install \
INC=${{ github.workspace }}/install/include \
PREFIX=${ESP8266_ARDUINO_CORE_DIR} \
arduino/upstream
pushd install
zip --quiet --recurse-paths ../lwip2-build.zip ./
popd
- uses: actions/upload-artifact@v3
with:
name: Build
path: lwip2-build.zip

cmake-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a596560

Please sign in to comment.