File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 6464 --enable-websocket-interface
6565 --disable-ecasound
6666 --disable-intersense
67+ --prefix=/ssr-files
6768 CPPFLAGS="-I/ucrt64/include -I`pwd`/../websocketpp -D_WEBSOCKETPP_CPP11_THREAD_"
6869 LDFLAGS=-L/ucrt64/lib
6970 LIBS="-lws2_32 -lwsock32 -lglu32 -lopengl32"
@@ -79,10 +80,13 @@ jobs:
7980 working-directory : ssr
8081 run : |
8182 make
82- # TODO: run "make install" (specifying a suitable installation location)
83- # and then upload all installed files
83+ - name : make install
84+ working-directory : ssr
85+ run : |
86+ make install DESTDIR=$GITHUB_WORKSPACE/installed-files
87+ # TODO: create installer from installed files, upload installer
8488 - name : upload executables
8589 uses : actions/upload-artifact@v3
8690 with :
87- name : executables
88- path : ssr/src/ssr-*
91+ name : ssr-files
92+ path : installed-files
You can’t perform that action at this time.
0 commit comments