File: dockerbuild.sh

package info (click to toggle)
shadowsocks-libev 3.3.5%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,932 kB
  • sloc: ansic: 13,971; sh: 1,339; makefile: 200; python: 111
file content (5 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/bin/sh
set -e
set -o xtrace

cmake -DBUILD_STATIC=OFF . && make && make install