ci: show the status on CI

This commit is contained in:
ToruNiina
2019-03-17 19:23:52 +09:00
parent 77ab391885
commit cdf209d7f6

View File

@@ -8,6 +8,7 @@ jobs:
- checkout
- run: g++ --version
- run: cd tests/
- run: ls
- run: g++ -std=c++11 -O2 -Wall -Wextra -Werror check.cpp -o check
- run: git clone https://github.com/BurntSushi/toml-test.git
- run: cp check toml-test/tests/invalid