cricle
ci/woodpecker/push/build-amd64 Pipeline is pending Details
ci/woodpecker/push/build-arm64 Pipeline is pending Details
ci/woodpecker/push/docs Pipeline is pending Details
ci/woodpecker/push/test Pipeline is pending Details

This commit is contained in:
FloatingGhost 2023-08-03 00:16:21 +01:00
parent bb789e41f4
commit 4b0e75868d
1 changed files with 27 additions and 0 deletions

27
.circleci/config.yml Normal file
View File

@ -0,0 +1,27 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/elixir:1.15.4
environment:
MIX_ENV: test
steps:
- checkout
- run: mix --version
- run: mix deps.get
test:
docker:
- image: cimg/elixir:1.15.4
environment:
MIX_ENV: test
POSTGRES_USER: postgres
POSTGRES_DB: pleroma_test
POSTGRES_PASSWORD: postgres
- image: cimg/postgres:15.3.0
environment:
POSTGRES_USER: postgres
POSTGRES_DB: pleroma_test
POSTGRES_PASSWORD: postgres
steps:
- run: mix test