Skip to content

Commit

Permalink
Build with CONFIG+=trik_nopython to exclude Python.h dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed Jul 8, 2023
1 parent 02010b1 commit ec40bd5
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 439 deletions.
10 changes: 5 additions & 5 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ mergeable:
enabled: true
must_include:
regex: '20[0-9][0-9]\.[0-9]+$'
- do: approvals
min:
count: 1
required:
assignees: true
# - do: approvals
# min:
# count: 1
# required:
# assignees: true
# error:
# - do: checks
# status: 'failure'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
timeout-minutes: 5
run: |
cd ${{ env.BUILD_DIR }}
export TRIK_PYTHONPATH=$(python3 -c "import sys; import os; print(os.pathsep.join(sys.path))")
make -k check TESTARGS="-platform offscreen"
- name: Download tests
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qrtest/unitTests/**/target_wrapper.sh
/**/target_wrapper.sh
qrtest/unitTests/**/moc_wrapper.sh
qrtest/unitTests/**/rcc_wrapper.sh
#Qt autgenerated resource file for executable
Expand Down
142 changes: 0 additions & 142 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit ec40bd5

Please sign in to comment.