Skip to content

Commit

Permalink
Test CI. (xnd-project#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah authored Apr 27, 2024
1 parent 089d552 commit d2344d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
python3 -m pip install build
cd xndlib
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .
Expand All @@ -36,6 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
python3 -m pip install build
cd xndlib
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .
Expand All @@ -55,25 +57,29 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
mkdir venv
python3 -m venv venv
venv/bin/python3 -m pip install build
cd xndlib
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .
../venv/bin/python3 -m build .
cd ../ndtypes
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .
../venv/bin/python3 -m build .
cd ../xnd
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .
../venv/bin/python3 -m build .
cd ../gumath
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .
../venv/bin/python3 -m build .
ubuntu_x64:
name: 'Ubuntu x64'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
python3 -m pip install build
cd xndlib
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


xndpy
=====

Expand Down

0 comments on commit d2344d8

Please sign in to comment.