Explorar el Código

ci: Add the default example_app config to the build step

David Cermak hace 3 años
padre
commit
724cc173ca
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .github/workflows/ci-linux.yml

+ 4 - 0
.github/workflows/ci-linux.yml

@@ -37,3 +37,7 @@ jobs:
     - name: Validate combinations of options
       run: cd contrib/ports/unix/example_app && ./iteropts.sh
 
+    - name: Build the default example app
+      run: |
+        cp contrib/examples/example_app/lwipcfg.h.example contrib/examples/example_app/lwipcfg.h
+        make -C contrib/ports/unix/example_app TESTFLAGS="-Wno-documentation" -j 4