1
0
mirror of synced 2025-12-23 05:28:01 +08:00
Files
SnowFlake-IdGenerator/PHP/travis/compile.sh
2021-04-07 11:51:02 +08:00

2 lines
135 B
Bash

#!/bin/sh
phpize && ./configure && make clean && make && gcc -O2 -fPIC -shared -g src/snowflake/snowflake.c -o src/snowflake/libsnow.so