2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Renamed Github workflows

This commit is contained in:
Geert Bevin 2023-10-01 12:48:32 -04:00
parent cac57b3e4b
commit e7c7144c84

View file

@ -3,7 +3,7 @@ name: bld-ci
on: [push, pull_request, workflow_dispatch]
jobs:
build-bld-project:
build-linux:
runs-on: ubuntu-latest
services:
@ -111,7 +111,7 @@ jobs:
-DtestsBadgeUrl=https://rife2.com/tests-badge/update/com.uwyn.rife2/bld
-DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}
build-bld-project-macos:
build-macos:
runs-on: macos-latest
strategy: