You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add verify command
* Update help
* Broken tests
* Small startup performance improvments
* Dict for command names
* Fix bug and remove java from compilers
* Fix tests
* Add tests
* Fix tests
* Dont create ocen archive with no ocen tests, create dlazaw in attachments
* Add tests
* Remove .cache dir
* Add gitkeep in inwer package
* Validate tests in parallel
* Less colorful printing
* Refactor --cpus flag
* Refactor imports
* Fix test
* Remove cache on compilation flags or sanitizers change
* Add tests
* Fix again
* Fix tests
* Fix
* Development versions support (#230)
* Add dev versioning
* Update tests
* Bump version
* Add test
* Bump version
* Fixed finding newest development version
* Bump version
* Fix version tests
* Refactor
* Cache `get_task_id()`
* Allow caching with cwd
* Fix test
* Don't create ocen when dlazaw exists
* Add test
* Add flag for ignoring expected scores
* Add test
* Bump version
* Update README
* Add option to verify contest type
* Add tests
* Fix bugs
* Fix typo
* Refactor creating parsers
* Change version for release
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ Run `sinol-make ingen --help` to see available flags.
83
83
program to use, what tests to check and how many CPUs to use. Run `sinol-make inwer --help` to see available flags.
84
84
-`sinol-make export` -- Creates archive ready to upload to sio2 or szkopul. Run `sinol-make export --help` to see all available flags.
85
85
-`sinol-make doc` -- Compiles all LaTeX files in doc/ directory to PDF. Run `sinol-make doc --help` to see all available flags.
86
+
-`sinol-make verify` -- Verifies the package. This command runs stress tests (if available), verifies the config,
87
+
generates tests, generates problem statements, runs inwer and run all solutions. Ingen and inwer are compiled with
88
+
address and UB sanitizers. Run `sinol-make verify --help` to see all available flags.
86
89
-`sinol-make init [id]` -- Creates package from template [on github](https://github.com/sio2project/sinol-make/tree/main/example_package) and sets task id to provided `[id]`. Requires an internet connection to run.
87
90
88
91
You can also run multiple commands at once, for example:
0 commit comments