Skip to content

fix: use --format=zip (fixes #3) #22

fix: use --format=zip (fixes #3)

fix: use --format=zip (fixes #3) #22

Workflow file for this run

# Copyright (c) 2023 Intercreate, Inc.
# SPDX-License-Identifier: Apache-2.0
#
# Authors: J.P. Hutchins <[email protected]>
name: Test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup GIT
run: |
git config --global user.name "Intercreate"
git config --global user.email [email protected]
git fetch --prune --unshallow --tags
- name: Run the test script
run: cmake -P tests/script.cmake