Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
4bc2d877
Commit
4bc2d877
authored
Apr 12, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play unigine*: skip temp dir
parent
0bf3d274
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
+6
-13
unigine-heaven.sh
play.d/unigine-heaven.sh
+2
-5
unigine-superposition.sh
play.d/unigine-superposition.sh
+2
-4
unigine-valley.sh
play.d/unigine-valley.sh
+2
-4
No files found.
play.d/unigine-heaven.sh
View file @
4bc2d877
...
...
@@ -6,9 +6,6 @@ DESCRIPTION="Unigine Heaven 2009 (Unigine Benchmark) from the official site"
.
$(
dirname
$0
)
/common.sh
cd_to_temp_dir
PKGURL
=
"
$(
eget
--list
--latest
https://benchmark.unigine.com/heaven
"Unigine_Heaven*.run"
)
"
# https://assets.unigine.com/d/Unigine_Heaven-4.0.run
epm tool eget
--latest
https://benchmark.unigine.com/heaven
"Unigine_Heaven*.run"
epm pack
--install
$PKGNAME
*
.run
epm pack
--install
$PKGNAME
$PKGURL
play.d/unigine-superposition.sh
View file @
4bc2d877
...
...
@@ -6,9 +6,7 @@ DESCRIPTION="Unigine Superposition 2017 (Unigine Benchmark) from the official si
.
$(
dirname
$0
)
/common.sh
cd_to_temp_dir
# https://assets.unigine.com/d/Unigine_superposition-4.0.run
epm tool eget
--latest
https://benchmark.unigine.com/superposition
"Unigine_Superposition*.run"
PKGURL
=
$(
eget
--list
--latest
https://benchmark.unigine.com/superposition
"Unigine_Superposition*.run"
)
epm pack
--install
$PKGNAME
*
.run
epm pack
--install
$PKGNAME
$PKURL
play.d/unigine-valley.sh
View file @
4bc2d877
...
...
@@ -6,9 +6,7 @@ DESCRIPTION="Unigine Valley 2013 (Unigine Benchmark) from the official site"
.
$(
dirname
$0
)
/common.sh
cd_to_temp_dir
# https://assets.unigine.com/d/Unigine_valley-4.0.run
epm tool eget
--latest
https://benchmark.unigine.com/valley
"Unigine_Valley*.run"
PKGURL
=
$(
eget
--latest
https://benchmark.unigine.com/valley
"Unigine_Valley*.run"
)
epm pack
--install
$PKGNAME
*
.run
epm pack
--install
$PKGNAME
$PKGURL
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