Skip to content

Commit

Permalink
Update build-openssl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhjaxt authored Aug 20, 2023
1 parent 6b680c1 commit b2ac9de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: cmake
run: cmake -B build -DUSE_GNUTLS=0 -DUSE_SYSTEM_SRTP=1 -DWARNINGS_AS_ERRORS=1 -DNO_MEDIA=1 -DNO_WEBSOCKET=1
- name: make
run: (cd build; cat Makefile; make -j2)
run: (cd build; make -j2; make -j2 datachannel-static)
- name: test
run: ./build/tests
# Create release
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
env:
OPENSSL_ROOT_DIR: /usr/local/opt/[email protected]
- name: make
run: (cd build; make -j2)
run: (cd build; make -j2; make -j2 datachannel-static)
- name: test
run: ./build/tests
# Create release
Expand Down Expand Up @@ -104,6 +104,8 @@ jobs:
run: |
cd build
set CL=/MP
more Makefile
more Makefiles
nmake
- name: test
run: build/tests.exe
Expand Down

0 comments on commit b2ac9de

Please sign in to comment.