a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[make] Update TEST_CMD for net10

+1 -1
+1 -1
Makefile
··· 22 22 23 23 PUBLISH_CMD = ${TL_ENV} ${DOTNET_CMD} publish ${BUILD_PROJECT} -c ${CONFIGURATION} -noLogo 24 24 BUILD_CMD = ${TL_ENV} ${DOTNET_CMD} build -noLogo 25 - TEST_CMD = ${TL_ENV} ${DOTNET_CMD} test --no-build --nologo 25 + TEST_CMD = ${TL_ENV} ${DOTNET_CMD} test --no-build 26 26 27 27 BUILD_FLAGS = -p:EnableLibVips=${VIPS} -p:BundleNativeDeps=${BUNDLE_NATIVE} -p:DependencyVulnsAsError=${DEP_VULN_WERROR} 28 28 PUBLISH_FLAGS = -p:EnableAOT=${AOT} -p:DeterministicSourcePaths=true -p:ContinuousIntegrationBuild=true ${BUILD_FLAGS}