Skip to content

Binding for Python 3.12 https://pypi.org/project/libpointing/1.0.8.5/ #10

Binding for Python 3.12 https://pypi.org/project/libpointing/1.0.8.5/

Binding for Python 3.12 https://pypi.org/project/libpointing/1.0.8.5/ #10

Workflow file for this run

name: Linux
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container: casiez/libpointing
steps:
- uses: actions/checkout@v3
- name: compile
run: qmake6 && make
- name: Save the compile library
uses: actions/upload-artifact@v3
with:
name: libpointing
path: pointing/libpointing.a