Skip to content

Commit

Permalink
impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Foo committed Feb 4, 2024
1 parent eb4e1b8 commit bc40de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ jobs:
unitTests:
strategy:
matrix:
name: [ubuntu-gcc, ubuntu-clang, windows-VS]
name: [ubuntu-gcc, windows-VS]
include:
- name: ubuntu-gcc
os: ubuntu-latest
compiler_opt: "-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++"
build_system: '-G Ninja'
- name: ubuntu-clang
os: ubuntu-18
compiler_opt: "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"
build_system: '-G Ninja'
- name: windows-VS
os: windows-latest
compiler_opt: ""
Expand Down
3 changes: 2 additions & 1 deletion script/Terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ class CommandEnv:
@staticmethod
def make():
frmt = {
'Linux':"""export {}={}"""
'Linux':"""export {}={}""",
'Windows':"""set {}={}"""
}
vars = {
'PYTHONPATH':'${COMMON_KIT_PATH}',
Expand Down

0 comments on commit bc40de9

Please sign in to comment.