Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/bwaPublic

feat: add an option to output MD in the XA tag#42

feat: add an option to output MD in the XA tag

feat: add an option to output MD in the XA tag #42

Workflow file for this run

name:CI
on:
push:
branches:
-master
pull_request:
jobs:
build:
runs-on:ubuntu-latest
strategy:
matrix:
compiler:[gcc, clang]
steps:
-name:Checkout bwa
uses:actions/checkout@v3
-name:Compile with ${{ matrix.compiler }}
run:make CC=${{ matrix.compiler }}
build-aarch64:
runs-on:ubuntu-latest
strategy:
matrix:
compiler:[gcc, clang]
steps:
-name:Checkout bwa
uses:actions/checkout@v3
-name:Compile with ${{ matrix.compiler }}
uses:uraimo/run-on-arch-action@v2
with:
arch:aarch64
distro:ubuntu20.04
githubToken:${{ github.token }}
dockerRunArgs:|
--volume "${PWD}:/bwa"
install:|
apt-get update -q -y
apt-get install -q -y make ${{ matrix.compiler }} zlib1g-dev
run:|
cd /bwa
make CC=${{ matrix.compiler }}

[8]ページ先頭

©2009-2025 Movatter.jp