more cleanup in pkg info

This commit is contained in:
Ruixiang Du
2020-08-16 18:24:48 +08:00
parent b53a80eca3
commit 75b93c49b9
3 changed files with 5 additions and 22 deletions

View File

@@ -2,8 +2,6 @@ image: rduweston/ubuntu-ci:18.04
build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script:
- apt update && apt -y install libasio-dev
script:
@@ -22,4 +20,4 @@ build:
test:
stage: test
script:
- ./build/bin/gtest_all
- ./bin/gtest_all