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

rust-latest:
  stage: test
  image: rust:1.61-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 cmake
  script:
    - make test