Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools_dso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
setuptools_dso
Commits
8c9a6005
Commit
8c9a6005
authored
Mar 04, 2021
by
Kaleb Barrett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix testme.sh
parent
8edd129d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
testme.sh
testme.sh
+2
-2
No files found.
testme.sh
View file @
8c9a6005
...
...
@@ -39,7 +39,7 @@ echo -e '\n* build + install\n'
python setup.py clean
-a
git clean
-fdx
python
-m
dsodemo.cli 2>/dev/null
&&
die
"error: worktree must be clean"
pip
install
-v
.
pip
install
-
-no-build-isolation
-
v
.
cd
..
...
...
@@ -54,7 +54,7 @@ cd example
python setup.py clean
-a
git clean
-fdx
(
cd
src
&&
python
-m
dsodemo.cli 2>/dev/null
)
&&
die
"error: worktree must be clean"
pip
install
-v
-e
.
pip
install
-
-no-build-isolation
-
v
-e
.
cd
..
python
-m
dsodemo.cli
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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