mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
first steps to integrate deltachat-node to core repository, adjust CI:
adjust scripts to new location of deltachat-core-rust adjust dc-node readme to repo change mention old repository migrate github actions, try out if they work fix path to node docs in SSH github action passing mailadm token to node tests hopefully fixing the download paths for the artifacts fixing download paths, this time for real post upload link to details fix scp command forgot to remove platform_status dict fixing paths in the github action add github action to delete node preview builds when PR is closed move environment variable to yaml remove git trash github action to release to npm use different action which also works with branches for testing we don't want to publish to NPM through the CI see what lint issues windows has
This commit is contained in:
@@ -7,11 +7,6 @@ const run = (cmd) => {
|
||||
execSync(cmd, {stdio: 'inherit'})
|
||||
}
|
||||
|
||||
if (!existsSync(join(__dirname, '..', 'deltachat-core-rust'))) {
|
||||
console.log('[i] deltachat-node/deltachat-core-rust doesn\'t exist, fetching submodule. If this fails, make sure git is installed')
|
||||
run('npm run submodule')
|
||||
}
|
||||
|
||||
// Build bindings
|
||||
if (process.env.USE_SYSTEM_LIBDELTACHAT === 'true') {
|
||||
console.log('[i] USE_SYSTEM_LIBDELTACHAT is true, rebuilding c bindings and using pkg-config to retrieve lib paths and cflags of libdeltachat')
|
||||
|
||||
Reference in New Issue
Block a user