Skip to content

Commit

Permalink
readd windows & linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Jul 18, 2024
1 parent 99d98fb commit 1ad217b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@ jobs:
fail-fast: false
matrix:
target:
#- os: linux
# cpu: amd64
#- os: linux
# cpu: i386
- os: linux
cpu: amd64
- os: linux
cpu: i386
- os: macos
cpu: amd64
#- os: windows
# cpu: amd64
- os: windows
cpu: amd64
nim: [1.6.16, devel]
include:
#- target:
# os: linux
# builder: ubuntu-20.04
# shell: bash
- target:
os: linux
builder: ubuntu-20.04
shell: bash
- target:
os: macos
builder: macos-12
shell: bash
#- target:
# os: windows
# builder: windows-2019
# shell: msys2 {0}
- target:
os: windows
builder: windows-2019
shell: msys2 {0}

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions webrtc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let verbose = getEnv("V", "") notin ["", "0"]

var cfg =
" --styleCheck:usages --styleCheck:error" &
# (if verbose: "" else: " --verbosity:0 --hints:off") &
" --verbosity:3" &
(if verbose: "" else: " --verbosity:0 --hints:off") &
# " --verbosity:3" &
" --skipParentCfg --skipUserCfg -f" &
" --threads:on --opt:speed"

Expand Down

0 comments on commit 1ad217b

Please sign in to comment.