Skip to content

Commit

Permalink
contribute.yml (#1)
Browse files Browse the repository at this point in the history
* File.yml

PHP Language

* Create Notifer

Pushing notification work with slack channel

* Creat Stalls

Azure Deploy Codes Simple for Git Android App Center

* Create Report

Added Attachments Export

* Create Func

Deploy Azure Function GitHub Source App Center

* Create Dist

Enable to SDK java distribute Git Repo App Center

* Create PSDK

Start with SDK Project

* Create Builds Config

Continuous Integration Travis-Ci

* Create Emergency

Merge Pull Request

* Create Merge

Updates Pull Request Emergency

* Create Resource

Finding Resources Work with Android Studio

* Create Code Resource

Shrinking Filed
  • Loading branch information
bnhassin authored Dec 8, 2019
1 parent 5ff2b7c commit d29ebd5
Show file tree
Hide file tree
Showing 12 changed files with 125 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: php
php:
- '5.6'
- '7.1'
- hhvm # on Trusty only
- nightly
79 changes: 79 additions & 0 deletions blcg
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
language: c

sudo: false

cache:
directories:
- $HOME/travis-cache

os:
- linux
- osx

compiler:
- clang
- gcc

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- language-pack-is
- git-svn
- apache2
- gcc-8

matrix:
include:
- env: jobname=GETTEXT_POISON
os: linux
compiler:
addons:
before_install:
- env: jobname=Windows
os: linux
compiler:
addons:
before_install:
script:
- >
test "$TRAVIS_REPO_SLUG" != "git/git" ||
ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
after_failure:
- env: jobname=Linux32
os: linux
compiler:
addons:
services:
- docker
before_install:
script: ci/run-linux32-docker.sh
- env: jobname=StaticAnalysis
os: linux
compiler:
addons:
apt:
packages:
- coccinelle
before_install:
script: ci/run-static-analysis.sh
after_failure:
- env: jobname=Documentation
os: linux
compiler:
addons:
apt:
packages:
- asciidoc
- xmlto
before_install:
script: ci/test-documentation.sh
after_failure:

before_install: ci/install-dependencies.sh
script: ci/run-build-and-tests.sh
after_failure: ci/print-test-failures.sh

notifications:
email: false
4 changes: 4 additions & 0 deletions dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies {
def appCenterSdkVersion = '1.11.0'
implementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"
}
3 changes: 3 additions & 0 deletions emergency
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
git fetch origin
git checkout -b bnhassin-patch-1 origin/bnhassin-patch-1
git merge contribute
10 changes: 10 additions & 0 deletions func
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FunctionApp
| - host.json
| - Myfirstfunction
| | - function.json
| | - ...
| - mysecondfunction
| | - function.json
| | - ...
| - SharedCode
| - bin
3 changes: 3 additions & 0 deletions merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
git checkout contribute
git merge --no-ff bnhassin-patch-1
git push origin contribute
2 changes: 2 additions & 0 deletions notifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
notifications:
slack: librariesio:ledqWL86mgKwVm7kmjn3w0NM
2 changes: 2 additions & 0 deletions psdk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies { def appCenterSdkVersion = '1.11.0' implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}" implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}" }

10 changes: 10 additions & 0 deletions recoursecode
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
android {
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}
...
}
1 change: 1 addition & 0 deletions report
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POST /v0.1/apps/{Bnhassin}/{git}/export_configurations
4 changes: 4 additions & 0 deletions resource
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@layout/l_used*_c,@layout/l_used_a,@layout/l_used_b*"
tools:discard="@layout/unused2" />
1 change: 1 addition & 0 deletions stalls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git clone https://github.com/Azure-Samples/nodejs-docs-hello-world.git

1 comment on commit d29ebd5

@bnhassin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ARM64 Running: https://github.com/bnhassin/git/settings/actions // Create a folder $ mkdir actions-runner && cd actions-runner // Download the latest runner package $ curl -O https://githubassets.azureedge.net/runners/2.162.0/actions-runner-linux-arm64-2.162.0.tar.gz // Extract the installer $ tar xzf ./actions-runner-linux-arm64-2.162.0.tar.gz

Please sign in to comment.