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

[Suggestion][Feedback Wanted] using cmake + google test for writing tests#1912

[Suggestion][Feedback Wanted] using cmake + google test for writing tests

[Suggestion][Feedback Wanted] using cmake + google test for writing tests #1912

Workflow file for this run

name:Test
on:
push:
branches:
-'main'
pull_request:
jobs:
test:
runs-on:ubuntu-latest
steps:
-name:Checkout repository
uses:actions/checkout@v4
-name:Set up Python
uses:actions/setup-python@v5.2.0
with:
python-version:'3.8'
-name:Set up C++
run:|
sudo apt install -y --no-install-recommends build-essential
g++ --version
-name:Run algorithm code tests
run:|
./test.sh
working-directory:test

[8]ページ先頭

©2009-2025 Movatter.jp