Skip to content

Commit

Permalink
ci: gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIINASAMA committed Jul 6, 2024
1 parent 0bd8099 commit 272da91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,22 @@ docker_build:
stage: build
image: reg.mikumikumi.xyz/base/kaniko-builder
variables:
BUILD_DOCKERFILE: dockerfile
BUILD_DOCKERFILE: alpine-x64.dockerfile
script:
- build
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes:
- dockerfile
- alpine-x64.dockerfile
- requirements.txt
- scripts/install_ubuntu_deps.sh
when: always

docker_build_manual:
stage: build
image: reg.mikumikumi.xyz/base/kaniko-builder
when: manual
variables:
BUILD_DOCKERFILE: dockerfile
BUILD_DOCKERFILE: alpine-x64.dockerfile
script:
- build

Expand Down Expand Up @@ -56,6 +55,7 @@ gtest:
-DSESE_DB_USE_SQLITE=ON
-DSESE_DB_USE_MARIADB=ON
-DSESE_DB_USE_POSTGRES=ON
-DSESE_REPLACE_EXECINFO=ON
-DSESE_DB_SQLITE_CONNECTION_STRING="/tmp/db_test.db"
-DSESE_DB_MYSQL_CONNECTION_STRING="host=mysql\;port=3306\;user=root\;pwd=libsese\;db=db_test\;"
-DSESE_DB_PSQL_CONNECTION_STRING="host=postgres\;port=5432\;user=postgres\;pwd=libsese\;db=db_test\;"
Expand Down

0 comments on commit 272da91

Please sign in to comment.