Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent a54c4cc commit fe2fb93
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,21 @@ jobs:
install: >-
git
make
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-gcc
mingw-w64-x86_64-SDL2
mingw-w64-x86_64-zlib
mingw-w64-x86_64-SDL2_image
mingw-w64-x86_64-zeromq
mingw-w64-x86_64-glfw
mingw-w64-x86_64-libpng
mingw-w64-clang-x86_64-toolchain
mingw-w64-clang-x86_64-SDL2
mingw-w64-clang-x86_64-zlib
mingw-w64-clang-x86_64-SDL2_image
mingw-w64-clang-x86_64-zeromq
mingw-w64-clang-clang-x86_64-glfw
mingw-w64-clang-x86_64-libpng
- name: Checkout repository
uses: actions/checkout@v3

- name: Build from makefile
working-directory: Project
run: |
/mingw64/bin/g++.exe -Wall -Wextra -std=c++14 -O2 -o vecmath.o vecmath.cpp
make -j
- name: Prepare artifact for packaging
run: |
Expand Down

0 comments on commit fe2fb93

Please sign in to comment.