Skip to content

Commit

Permalink
ci: integrate TICS (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae authored Jun 11, 2024
2 parents 8e509db + 3cd74e7 commit 8c44955
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/tics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: TICS

on:
push:
branches:
- main

jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo add-apt-repository --yes ppa:mir-team/dev
sudo apt install --yes \
build-essential \
libapparmor-dev \
libboost-iostreams-dev \
libfreetype6-dev \
libmiral-dev \
libwayland-dev \
ninja-build \
pkg-config
- name: Run TICS analysis
uses: tiobe/tics-github-action@v3
with:
mode: qserver
project: ubuntu-frame
viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }}
installTics: true

0 comments on commit 8c44955

Please sign in to comment.