mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:22:29 +00:00
More tweaks.
This commit is contained in:
9
.github/workflows/regress.yml
vendored
9
.github/workflows/regress.yml
vendored
@@ -24,10 +24,13 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: ubuntu-24.04-x64
|
- name: ubuntu-24.04-x64
|
||||||
runner: ubuntu-24.04
|
runner: ubuntu-24.04
|
||||||
|
make: make
|
||||||
- name: ubuntu-24.04-arm64
|
- name: ubuntu-24.04-arm64
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
|
make: make
|
||||||
- name: macos-26-arm64
|
- name: macos-26-arm64
|
||||||
runner: macos-26
|
runner: macos-26
|
||||||
|
make: gmake
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
@@ -44,6 +47,7 @@ jobs:
|
|||||||
build-essential \
|
build-essential \
|
||||||
libevent-dev \
|
libevent-dev \
|
||||||
libncurses-dev \
|
libncurses-dev \
|
||||||
|
libutf8proc-dev
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
@@ -54,6 +58,7 @@ jobs:
|
|||||||
automake \
|
automake \
|
||||||
bison \
|
bison \
|
||||||
libevent \
|
libevent \
|
||||||
|
make \
|
||||||
ncurses \
|
ncurses \
|
||||||
utf8proc \
|
utf8proc \
|
||||||
pkg-config
|
pkg-config
|
||||||
@@ -62,9 +67,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
./configure --enable-utf8proc
|
./configure --enable-utf8proc
|
||||||
make -j"$(getconf _NPROCESSORS_ONLN)"
|
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
cd regress
|
cd regress
|
||||||
make
|
${{ matrix.make }}
|
||||||
|
|||||||
Reference in New Issue
Block a user