mirror of
https://github.com/r-lyeh-archived/fsm.git
synced 2025-10-14 02:27:27 +08:00
travis-ci;
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
install:
|
||||||
|
- wget --quiet -O - https://raw.githubusercontent.com/r-lyeh/depot/master/travis.pre.sh | bash -x
|
||||||
|
|
||||||
|
script:
|
||||||
|
- wget --quiet -O - https://raw.githubusercontent.com/r-lyeh/depot/master/travis.build.sh | bash -x
|
@@ -1,4 +1,4 @@
|
|||||||
fsm
|
fsm <a href="https://travis-ci.org/r-lyeh/fsm"><img src="https://api.travis-ci.org/r-lyeh/fsm.svg?branch=master" align="right" /></a>
|
||||||
===
|
===
|
||||||
|
|
||||||
- FSM is a lightweight Hierarchical/Finite-state Machine (H/FSM) class.
|
- FSM is a lightweight Hierarchical/Finite-state Machine (H/FSM) class.
|
||||||
|
Reference in New Issue
Block a user