merge app/applets; remove engine init from create/load flow; add ability to turn on/off engine #456

Merged
sarah merged 4 commits from networkAfterOnline into master 2022-09-08 16:41:34 +00:00
1 changed files with 0 additions and 10 deletions
Showing only changes of commit bdb9ac5db4 - Show all commits

View File

@ -48,16 +48,6 @@ steps:
commands:
- export PATH=`pwd`:$PATH
- go test -race -v cwtch.im/cwtch/testing/filesharing
- name: notify-email
image: drillster/drone-email
pull: if-not-exists
host: build.openprivacy.ca
port: 25
skip_verify: true
from: drone@openprivacy.ca
when:
event: [ push, pull_request ]
status: [ failure ]
- name: notify-gogs
image: openpriv/drone-gogs
pull: if-not-exists