mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
ci: show the status on CI
This commit is contained in:
@@ -8,6 +8,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: g++ --version
|
- run: g++ --version
|
||||||
- run: cd tests/
|
- run: cd tests/
|
||||||
|
- run: ls
|
||||||
- run: g++ -std=c++11 -O2 -Wall -Wextra -Werror check.cpp -o check
|
- run: g++ -std=c++11 -O2 -Wall -Wextra -Werror check.cpp -o check
|
||||||
- run: git clone https://github.com/BurntSushi/toml-test.git
|
- run: git clone https://github.com/BurntSushi/toml-test.git
|
||||||
- run: cp check toml-test/tests/invalid
|
- run: cp check toml-test/tests/invalid
|
||||||
|
|||||||
Reference in New Issue
Block a user