Skip to content

Commit

Permalink
Update CI (#7)
Browse files Browse the repository at this point in the history
* add topbar

Signed-off-by: 黄子懿 <[email protected]>

* update URL

Signed-off-by: 黄子懿 <[email protected]>

* update style

Signed-off-by: 黄子懿 <[email protected]>

* update

Signed-off-by: 黄子懿 <[email protected]>

* update statistics

Signed-off-by: 黄子懿 <[email protected]>

* update k230 docs link

Signed-off-by: 黄子懿 <[email protected]>

* update

Signed-off-by: huangziyi <[email protected]>

* remove CI test

Signed-off-by: huangziyi <[email protected]>

---------

Signed-off-by: 黄子懿 <[email protected]>
Signed-off-by: huangziyi <[email protected]>
  • Loading branch information
MrThanlon authored May 27, 2024
1 parent 4ccac0f commit 501c611
Show file tree
Hide file tree
Showing 10 changed files with 297 additions and 55 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,3 @@ jobs:
run: |
bash ./tools/on-push.sh
test-arduino-linux:
if: endsWith(github.ref, 'main')
name: Arduino Test on ubuntu-20.04
runs-on: self-hosted
needs: build-arduino

steps:
- uses: actions/checkout@v3
- name: Build testcases
run: |
bash ./tools/tests_build.sh -c -b canaan_k1 -i 0 -m 1
- name: Run testcases
run: |
bash ./tools/tests_run_simple.sh
- uses: actions/upload-artifact@v3
with:
name: "arduino-test-report-${{ github.sha }}"
path: ${{ github.workspace }}/tests/report/**
32 changes: 32 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
alabaster==0.7.13
Babel==2.12.1
certifi==2023.7.22
charset-normalizer==3.2.0
docutils==0.18.1
idna==3.4
imagesize==1.4.1
importlib-metadata==6.8.0
Jinja2==3.1.2
markdown-it-py==2.2.0
MarkupSafe==2.1.3
mdit-py-plugins==0.3.5
mdurl==0.1.2
myst-parser==1.0.0
packaging==23.1
Pygments==2.16.1
PyYAML==6.0.1
requests==2.31.0
snowballstemmer==2.2.0
sphinx==5.3.0
sphinx-copybutton==0.5.2
sphinx-multiversion==0.2.4
sphinx-rtd-theme==1.3.0
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
urllib3==2.0.5
zipp==3.17.0
9 changes: 9 additions & 0 deletions docs/source/_static/img/ch-flag.a61145a4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 501c611

Please sign in to comment.