-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atcoder libraryに公式対応して欲しい(もしくはgit cloneしたライブラリで壊れないようにして欲しい) #299
Comments
#298 ができたとしても ACL をうまく同時に使う方法についてのドキュメントとかは書かないといけない気がする。duplicate ではないということで |
他のライブラリと同じくソースコード上に展開することを #298 では想定しています(他のコンテストサイトでの使用も前提にしているため)。 |
@hotman78 とりあえずは以下のようにやれば動くと思います。
[[languages.cpp.environments]]
CXX = "g++"
CXXFLAGS = ["-std=c++17", "-O2", "-I", "ac-library"] 参考: https://online-judge-tools.github.io/verification-helper/document.ja.html#:~:text=CXXFLAGS
- uses: actions/checkout@v1
submodules: true 参考: https://github.com/actions/checkout#:~:text=submodules:%20%60true%60 |
不親切なので設定に なお、設定ファイルを TOML でなく Starlark にするとか oj-verify 全体を Bazel で書き直すとかするとかなり柔軟になるはず。検討してみてはいるけど、たいへんなのでたぶんやらない |
これを試していたのですが、 エラーを回避する方法 (もしくは自分のPRの不備) って何かありますでしょうか? |
本体のバグだったので修正プルリク作りました #330 |
5.2.0使ったら |
Description
確認不足で現状でもできるようなら申し訳ないです
Other notes
The text was updated successfully, but these errors were encountered: