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

feat(kern): remove const_ptr_is_null, strict_provenance as they have#1498

feat(kern): remove const_ptr_is_null, strict_provenance as they have

feat(kern): remove const_ptr_is_null, strict_provenance as they have #1498

Workflow file for this run

name:Aero
on:
push:
branches:[ master ]
pull_request:
branches:[ master ]
env:
CARGO_TERM_COLOR:always
RED:'\033[1;31m'
NOCOLOR:'\033[0m'
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:actions-rs/toolchain@v1
with:
profile:minimal
toolchain:nightly
-name:Install dependencies
run:|
sudo apt-get update
sudo apt-get install -y nasm make
-name:Build Documentation
run:|
make doc
find ./target -type d -name .git -prune -exec rm -rf {} \;
-name:Formatting Check
run:|
make check_fmt
git diff-index --quiet HEAD -- || (printf "${RED}error${NOCOLOR}: formatting check failed, run \`make fmt\`\n" && exit 1)
-name:Deploy documentation
uses:peaceiris/actions-gh-pages@v3
if:github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule')
with:
github_token:${{ secrets.GITHUB_TOKEN }}
publish_dir:./target/doc/

[8]ページ先頭

©2009-2025 Movatter.jp