File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ name : arduino-timer Library CI
2+
3+ on : [pull_request, push, repository_dispatch]
4+
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+
9+ steps :
10+ - uses : actions/setup-python@v1
11+ with :
12+ python-version : ' 3.x'
13+ - uses : actions/checkout@v2
14+ - uses : actions/checkout@v2
15+ with :
16+ repository : adafruit/ci-arduino
17+ path : ci
18+
19+ - name : pre-install
20+ run : bash ci/actions_install.sh
21+
22+ - name : test platforms
23+ # run: python3 ci/build_platform.py main_platforms
24+ run : python3 ci/build_platform.py main_platforms esp32 esp8266
25+ # run: python3 ci/build_platform.py main_platforms esp32 esp8266 nrf52840
26+
27+ # disabled for now.
28+ # - name: doxygen
29+ # env:
30+ # GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
31+ # PRETTYNAME : "arduino-timer Library"
32+ # run: bash ci/doxy_gen_and_deploy.sh
Original file line number Diff line number Diff line change 1+ # (borrowed from Adafruit_NeoPixel lib)
2+ #
3+ # Our handy .gitignore for automation ease
4+ Doxyfile *
5+ doxygen_sqlite3.db
6+ html
You can’t perform that action at this time.
0 commit comments