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 1c947df
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 438 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
142 changes: 0 additions & 142 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 1c947df

Please sign in to comment.