This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
shell : bash
21
21
run : |
22
22
bash build-with-docker.sh
23
- # - uses: actions/upload-artifact@master
24
- # with:
25
- # name: ffmpeg-linux
26
- # path: ffmpeg
23
+ - uses : actions/upload-artifact@master
24
+ with :
25
+ name : ffmpeg-linux
26
+ path : wasm/dist
27
27
macos-build :
28
28
runs-on : macos-latest
29
29
steps :
@@ -42,10 +42,10 @@ jobs:
42
42
shell : bash
43
43
run : |
44
44
bash build.sh
45
- # - uses: actions/upload-artifact@master
46
- # with:
47
- # name: ffmpeg-macos
48
- # path: ffmpeg
45
+ - uses : actions/upload-artifact@master
46
+ with :
47
+ name : ffmpeg-macos
48
+ path : wasm/dist
49
49
# Not working with error messsage:
50
50
# C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\bin\ar.exe: libavfilter/vsink_null: No such file or directory
51
51
# windows-build:
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ROOT=$(dirname $0)
7
7
# verify Emscripten version
8
8
emcc -v
9
9
# configure FFmpeg with Emscripten
10
- # $ROOT/wasm/build-scripts/configure.sh
10
+ $ROOT /wasm/build-scripts/configure.sh
11
11
# build dependencies
12
- # $ROOT/wasm/build-scripts/make.sh
12
+ $ROOT /wasm/build-scripts/make.sh
13
13
# build ffmpeg.wasm
14
14
$ROOT /wasm/build-scripts/build-ffmpeg.sh
You can’t perform that action at this time.
0 commit comments