mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
ci: fix setup of toml-test
This commit is contained in:
@@ -11,7 +11,8 @@ jobs:
|
||||
g++ --version
|
||||
cd tests/
|
||||
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
||||
go get github.com/BurntSushi/toml-test
|
||||
export PATH=$(pwd):${PATH}
|
||||
go get github.com/BurntSushi/toml-test/cmd/toml-test
|
||||
$GOPATH/bin/toml-test ./check_toml_test
|
||||
test_serialization:
|
||||
docker:
|
||||
|
Reference in New Issue
Block a user