Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
56fa916e
Commit
56fa916e
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
tweaks
parent
265b525e
dev
main
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE
+1
-1
LICENSE
Makefile
+17
-0
Makefile
with
18 additions
and
1 deletion
+18
-1
LICENSE
+
1
-
1
View file @
56fa916e
MIT License
Copyright (c) 2022 CSST
-L1
Copyright (c) 2022 CSST
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
+
17
-
0
View file @
56fa916e
export
PKG
=
csst_common
clean
:
rm
-rf
build dist
$(PKG)
.egg-info
rm
-rf
.coverage .pytest_cache
install
:
clean
pip
install
.
rm
-rf
build dist
$(PKG)
.egg-info
uninstall
:
pip uninstall
$(PKG)
-y
test
:
coverage run
-m
pytest
.
--import-mode
=
importlib
--cov-report
=
html
--cov-report
=
term-missing
coverage report
-m
rm
-rf
.coverage .pytest_cache
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets