Skip to content

Commit 3da43a0

Browse files
Actions WIP
1 parent 89e08e7 commit 3da43a0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
run: bash ci/actions_install.sh
2121

2222
- name: test platforms
23-
run: python3 ci/build_platform.py trinket_m0 metro_m0 metro_m4 cpx_ada
23+
run: python3 ci/build_platform.py zero
2424

2525
- name: clang
2626
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
2727

2828
- name: doxygen
2929
env:
3030
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
31-
PRETTYNAME : "Adafruit ZeroFFT Library"
31+
PRETTYNAME : "Adafruit Zero FFT Library"
3232
run: bash ci/doxy_gen_and_deploy.sh

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Our handy .gitignore for automation ease
2+
Doxyfile*
3+
doxygen_sqlite3.db
4+
html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adafruit ZeroFFT Library [![Build Status](https://travis-ci.com/adafruit/Adafruit_ZeroFFT.svg?branch=master)](https://travis-ci.com/adafruit/Adafruit_ZeroFFT)
1+
# Adafruit ZeroFFT Library [![Build Status](https://github.com/adafruit/Adafruit_ZeroFFT/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_ILI9341/actions)
22

33
This is an FFT library for ARM cortex M0+ CPUs
44

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit Zero FFT Library
2-
version=1.0.3
2+
version=1.0.4
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=FFT library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).

0 commit comments

Comments
 (0)