Description:
Add count.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -21,18 +21,18 | |||||
|
21 | msbuild -restore:True ${FRAMEWORK_SOLUTION} -p:Configuration=Release |
|
21 | msbuild -restore:True ${FRAMEWORK_SOLUTION} -p:Configuration=Release |
|
22 |
|
22 | ||
|
23 | framework-debug: clean-obj |
|
23 | framework-debug: clean-obj |
|
24 |
msbuild -restore:True ${FRAMEWORK_SOLUTION} -p:Configuration=Debug |
|
24 | msbuild -restore:True ${FRAMEWORK_SOLUTION} -p:Configuration=Debug |
|
25 |
|
25 | ||
|
26 |
|
26 | ||
|
27 | #RUN |
|
27 | #RUN |
|
28 |
|
28 | ||
|
29 |
run-core-debug: |
|
29 | run-core-debug: |
|
30 | cd isometric-park-fna/bin/Debug/netcoreapp3.1; LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
30 | cd isometric-park-fna/bin/Debug/netcoreapp3.1; LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
31 |
|
31 | ||
|
32 |
run-core-release: |
|
32 | run-core-release: |
|
33 | cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
33 | cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
34 |
|
34 | ||
|
35 |
run-core-release-xvfb: |
|
35 | run-core-release-xvfb: |
|
36 | cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" xvfb-run -a -s "-screen 0 1400x900x24 +extension RANDR +extension GLX +extension RENDER" -- dotnet ./isometric-park-fna.dll |
|
36 | cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" xvfb-run -a -s "-screen 0 1400x900x24 +extension RANDR +extension GLX +extension RENDER" -- dotnet ./isometric-park-fna.dll |
|
37 |
|
37 | ||
|
38 | run-framework-release: |
|
38 | run-framework-release: |
@@ -43,6 +43,8 | |||||
|
43 |
|
43 | ||
|
44 | # lint: |
|
44 | # lint: |
|
45 | # yamllint -d relaxed isometric-park-fna/Content/news_items.yaml |
|
45 | # yamllint -d relaxed isometric-park-fna/Content/news_items.yaml |
|
|
46 | count: | ||
|
|
47 | tokei -e isometric-park-fna/packages -e isometric-park-fna/bin -e isometric-park-fna/build_log.txt -e isometric-park-fna/obj scripts/ isometric-park-fna/ | ||
|
46 |
|
|
48 | |
|
47 | clean-obj: |
|
49 | clean-obj: |
|
48 | rm -r isometric-park-fna/obj/ |
|
50 | rm -r isometric-park-fna/obj/ |
You need to be logged in to leave comments.
Login now