Build scripts

This commit is contained in:
a 2021-03-14 16:03:01 +03:00
parent f4c437bff1
commit 0b767897d3

View file

@ -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