ci: fix silly mistake in circleci script

This commit is contained in:
ToruNiina
2019-03-17 19:27:58 +09:00
parent 209ad79a8f
commit e761a503c0

View File

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