Skip to content

Commit

Permalink
Complete migration to GitHub actions
Browse files Browse the repository at this point in the history
Turn off azure, stage the jobs here as actions
  • Loading branch information
baconpaul authored Jul 27, 2024
1 parent 3936ff0 commit fb722bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: recursive

- name: Install Locales on Linux
if: runner.os == 'macOS'
if: runner.os == 'Linux'
run: |
sudo locale-gen es_ES
sudo locale-gen fr_FR
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
strategy:
matrix:
path:
- 'src'
# - 'include'
- 'tests'
- 'include'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '17'
check-path: ${{ matrix.path }}
check-path: ${{ matrix.path }}
43 changes: 0 additions & 43 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit fb722bc

Please sign in to comment.