Skip to content

Merge pull request #164 from cubicdaiya/feature-update-copyright-year… #282

Merge pull request #164 from cubicdaiya/feature-update-copyright-year…

Merge pull request #164 from cubicdaiya/feature-update-copyright-year… #282

Workflow file for this run

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Build
run: make
- name: Test
run: make check
- name: Run
run: |
make
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -pcre -zlib -openssl
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -pcre -zlib -libressl
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -freenginx -pcre -zlib -openssl