Skip to content

Commit

Permalink
9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mag1str02 committed Nov 20, 2024
1 parent 4fc59e9 commit 7b25bd1
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,30 @@ jobs:
build_type: [RelWithDebInfo]

steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: 'true'
# - name: Checkout Repository
# uses: actions/checkout@v4
# with:
# submodules: 'true'
- name: Install clang
uses: msys2/setup-msys2@v2
with:
location: C:\msys64\
location: D:\
update: true
install: >-
mingw-w64-clang-x86_64-clang
mingw-w64-clang-x86_64-ninja
- name: Setup env
run: |
$env:Path += ';C:\msys64\clang64\bin'
- name: Check env
- name: Check msys
run: |
echo $env:path
- name: Build Project
uses: threeal/[email protected]
with:
source-dir: ${{ github.workspace }}
build-dir: ${{ github.workspace }}/build
generator: Ninja
cxx-compiler: clang++
c-compiler: clang
build-args: --target DummyEditor --parallel 16 --config ${{ matrix.build_type }}
options: CMAKE_BUILD_TYPE=${{ matrix.build_type }}
ls D:\setup-msys
ls D:\setup-msys\msys2
ls D:\msys2
# - name: Build Project
# uses: threeal/[email protected]
# with:
# source-dir: ${{ github.workspace }}
# build-dir: ${{ github.workspace }}/build
# generator: Ninja
# cxx-compiler: clang++
# c-compiler: clang
# build-args: --target DummyEditor --parallel 16 --config ${{ matrix.build_type }}
# options: CMAKE_BUILD_TYPE=${{ matrix.build_type }}

0 comments on commit 7b25bd1

Please sign in to comment.