mirror of https://github.com/pyodide/pyodide.git
Store artifacts in build-core CI job (#1461)
This commit is contained in:
parent
cbf5f7e0cb
commit
19b6f6f25c
|
@ -95,6 +95,13 @@ jobs:
|
|||
paths:
|
||||
- .
|
||||
|
||||
- run:
|
||||
name: Prepare CircleCI artifacts
|
||||
command: PYODIDE_BASE_URL="./" make build/console.html
|
||||
|
||||
- store_artifacts:
|
||||
path: /root/repo/build/
|
||||
|
||||
build-packages:
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue