Skip to content

Commit

Permalink
Add pypy2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Apr 5, 2024
1 parent 288aabf commit a455400
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,19 @@ jobs:
repository: pypy/pypy
ref: release-pypy2.7-v7.3.15
path: pypy
- name: Build
- name: Install Python package dependencies
run: |
pypy -m pip install -e .
- name: Python Test with snippets
run: |
cd snippets && PYTHONPATH=$GITHUB_WORKSPACE/pypy AHEUI='pypy ../rpaheui.py' ./test.sh --disable logo
- name: Build binary
run: |
export RPYTHON="pypy $GITHUB_WORKSPACE/pypy/rpython/bin/rpython"
cd $GITHUB_WORKSPACE
make -j 3
- name: Test with snippets
- name: Binary Test with snippets
run: |
cd "$GITHUB_WORKSPACE/snippets"
AHEUI="$GITHUB_WORKSPACE/rpaheui-c" ./test.sh --disable integer
AHEUI="$GITHUB_WORKSPACE/rpaheui-bigint-c" ./test.sh
AHEUI="$GITHUB_WORKSPACE/rpaheui-bigint-c" ./test.sh
2 changes: 1 addition & 1 deletion snippets
Submodule snippets updated 1 files
+2 −2 test.sh

0 comments on commit a455400

Please sign in to comment.