index
:
uscxml.git
gh-pages
legacy-1.0
master
sradomski
ts-uscxml-tascxml
SCXML interpreter and transformer/compiler written in C/C++ with bindings to Java, C#, Python and Lua
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.travis.yml
blob: 3dfa5f1bae563cfc54e31f40e3f46b806907edbc (
plain
)
1
2
3
4
5
language: cpp compiler: - gcc - clang script: mkdir build && cd build && cmake .. && make