mirror of
https://github.com/SMFSW/cI2C
synced 2025-05-15 17:03:40 +02:00
- .github gh-pages workflow added (generate doxygen doc & push)
- Removal of unneeded .travis.yml & references (not used anymore)
This commit is contained in:
parent
3176bde372
commit
bd32fc10a7
0
.gitignore
vendored
Executable file → Normal file
0
.gitignore
vendored
Executable file → Normal file
29
.travis.yml
29
.travis.yml
@ -1,29 +0,0 @@
|
|||||||
language: c
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- graphviz
|
|
||||||
|
|
||||||
# Blacklist
|
|
||||||
branches:
|
|
||||||
except:
|
|
||||||
- gh-pages
|
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- PRETTYNAME="cI2C: Arduino Hardware I2C for AVR (in plain c)"
|
|
||||||
- GH_REPO_NAME: cI2C
|
|
||||||
- GH_REPO_REF: github.com/SMFSW/cI2C.git
|
|
||||||
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile.auto
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/install.sh)
|
|
||||||
|
|
||||||
script:
|
|
||||||
- build_avr_platforms
|
|
||||||
|
|
||||||
# Generate and deploy documentation
|
|
||||||
after_success:
|
|
||||||
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/library_check.sh)
|
|
||||||
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
|
|
0
Doxyfile.auto
Executable file → Normal file
0
Doxyfile.auto
Executable file → Normal file
2
README.md
Executable file → Normal file
2
README.md
Executable file → Normal file
@ -1,4 +1,4 @@
|
|||||||
# cI2C [](https://travis-ci.com/SMFSW/cI2C)
|
# cI2C
|
||||||
|
|
||||||
Arduino Hardware I2C for AVR (plain c)
|
Arduino Hardware I2C for AVR (plain c)
|
||||||
|
|
||||||
|
0
ReleaseNotes.md
Executable file → Normal file
0
ReleaseNotes.md
Executable file → Normal file
0
examples/ci2c_advanced/ci2c_advanced.ino
Executable file → Normal file
0
examples/ci2c_advanced/ci2c_advanced.ino
Executable file → Normal file
0
examples/ci2c_master_read/ci2c_master_read.ino
Executable file → Normal file
0
examples/ci2c_master_read/ci2c_master_read.ino
Executable file → Normal file
0
examples/ci2c_master_write/ci2c_master_write.ino
Executable file → Normal file
0
examples/ci2c_master_write/ci2c_master_write.ino
Executable file → Normal file
0
keywords.txt
Executable file → Normal file
0
keywords.txt
Executable file → Normal file
0
library.properties
Executable file → Normal file
0
library.properties
Executable file → Normal file
0
src/ci2c.c
Executable file → Normal file
0
src/ci2c.c
Executable file → Normal file
0
src/ci2c.h
Executable file → Normal file
0
src/ci2c.h
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user