mirror of
https://github.com/xxh/xxh
synced 2024-11-15 00:37:05 +00:00
Build scripts
This commit is contained in:
parent
f4c437bff1
commit
0b767897d3
1 changed files with 11 additions and 4 deletions
15
.github/workflows/pullrequest-test.yml
vendored
15
.github/workflows/pullrequest-test.yml
vendored
|
@ -11,7 +11,14 @@ jobs:
|
|||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Install xxh
|
||||
run: pip install .
|
||||
- name: Run xxh
|
||||
run: xxh --version
|
||||
- name: Install xxh-dev
|
||||
run: |
|
||||
cd ..
|
||||
git clone --depth 1 https://github.com/xxh/xxh-dev
|
||||
cd xxh-dev
|
||||
./xde build
|
||||
- name: Run test
|
||||
run: ../xxh-dev/xde test
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue