New python binding supporting the change of WinSystemAcceleration on … #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |