Skip to content

Commit

Permalink
ci: i hate ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xcb-xwii committed Apr 20, 2024
1 parent 857d50b commit 590f004
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: lite-xl
make_opts:
- name: pragtical
make_opts: "'LTS_CFLAGS=-std=c11 -Wall -Wextra -Werror -DPRAGTICAL'"
make_opts: "'LTS_CFLAGS=-std=c11 -DPRAGTICAL'"
defaults:
run:
shell: msys2 {0}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: lite-xl
make_opts:
- name: pragtical
make_opts: "'LTS_CFLAGS=-std=c11 -Wall -Wextra -DPRAGTICAL'"
make_opts: "'LTS_CFLAGS=-std=c11 -DPRAGTICAL'"
arch:
- name: x86_64
cc: gcc
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: lite-xl
make_opts:
- name: pragtical
make_opts: "'CFLAGS=-std=c11 -Wall -Wextra -Werror -DPRAGTICAL'"
make_opts: "'LTS_CFLAGS=-std=c11 -DPRAGTICAL'"
arch:
- name: x86_64
cc: gcc
Expand All @@ -92,12 +92,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Brew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install CC
run: env NONINTERACTIVE=1 brew install ${{ matrix.arch.cc }}
- name: Build
run: /bin/bash make.sh lua_tree_sitter.so CC=${{ matrix.arch.cc }} ${{ matrix.editor.make_opts }}
run: bash make.sh lua_tree_sitter.so ${{ matrix.editor.make_opts }}
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 590f004

Please sign in to comment.