aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 270e87fe3c8df450488998f41a94315ce8b3ded7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
stages:
  - test

rust-latest:
  stage: test
  image: rust:1.59-bullseye
  before_script:
    - apt update -qy
    # these are for tauri dev
    - apt install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
  script:
    - make test