Skip to content

custom git-archive-all for the ci #212

custom git-archive-all for the ci

custom git-archive-all for the ci #212

Workflow file for this run

name: Check helpers
on: ["push", "pull_request"]
jobs:
test:
name: Check helpers
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: setup
run: |
python -m pip install -U pip
python -m pip install .
- name: CMake
run: python -m cmeel cmake
- name: lib
run: python -m cmeel lib
- name: pc
run: python -m cmeel pc
- name: CMake script
run: cmeel cmake
- name: lib script
run: cmeel lib
- name: pc script
run: cmeel pc
- name: show version
run: cmeel version