mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 19:10:11 +08:00
ci: trying to run toml_test
This commit is contained in:
@@ -12,9 +12,14 @@ jobs:
|
|||||||
cd tests/
|
cd tests/
|
||||||
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
||||||
export PATH=$(pwd):${PATH}
|
export PATH=$(pwd):${PATH}
|
||||||
go clean -modcache
|
git clone https://github.com/BurntSushi/toml-test.git
|
||||||
go get github.com/BurntSushi/toml-test/cmd/toml-test
|
cd toml-test/
|
||||||
$GOPATH/bin/toml-test ./check_toml_test
|
go install -v ./cmd/toml-test
|
||||||
|
cd -
|
||||||
|
toml-test check_toml_test
|
||||||
|
# go clean -modcache
|
||||||
|
# go get github.com/BurntSushi/toml-test/cmd/toml-test
|
||||||
|
# $GOPATH/bin/toml-test ./check_toml_test
|
||||||
test_serialization:
|
test_serialization:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/buildpack-deps:bionic
|
- image: circleci/buildpack-deps:bionic
|
||||||
|
Reference in New Issue
Block a user