-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make datachannel target comply with BUILD_SHARED_LIBS option
- Loading branch information
1 parent
7209b95
commit 0ca00b6
Showing
3 changed files
with
82 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,7 @@ jobs: | |
set CL=/MP | ||
nmake | ||
- name: test | ||
run: build/tests.exe | ||
run: | | ||
cd build | ||
./tests | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,5 +52,7 @@ jobs: | |
set CL=/MP | ||
nmake | ||
- name: test | ||
run: build/tests.exe | ||
run: | | ||
cd build | ||
./tests | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters