summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: bca46da0b27d708504923d04758e7c677f984025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test:
  image: golang:1.24-bookworm
  script:
    - apt-get update -y
    - apt-get install -y build-essential chromium nodejs npm ruby-bundler ruby-dev libffi-dev zlib1g-dev libyaml-dev
    - curl https://mise.run | sh
    - ~/.local/bin/mise install
    - echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
    - source ~/.bashrc
    - echo '127.0.0.1 api.example.com' >> /etc/hosts
    - echo '127.0.0.1 idp.example.com' >> /etc/hosts
    - echo '127.0.0.1 ui.example.com' >> /etc/hosts
    - gem install bundler
    - make