Giter Club home page Giter Club logo

Comments (9)

FeodorFitsner avatar FeodorFitsner commented on July 26, 2024

Could you please drop your appveyor.yml (with sensitive data removed)?

from website.

joelself avatar joelself commented on July 26, 2024
  1. That's only a tiny snippet of an appveyor.yml (one that I got from your help page)
  2. It's from a public github project so it's all public and readily viewable anyways
  3. I did scrub the "sensitive" (public) data. My name isn't actually "First Last" and my email is not "[email protected]"

The other than the fake name and email the rest is straight from the help doc.

Also I figured out how to fix it, though I don't know if it's the the really correct way to do it:

environment:
  access_token:
    secure: cUFRT/gTMFUL6JvjnVcEZ89q3W2k7YQRtqfQhjlsZ6oigK3cyurRIl3QZBRl4Vgc
on_success:
  - git config --global credential.helper store
  - git config --global push.default matching
  - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):[email protected]`n"
  - git config --global user.email "[email protected]"
  - git config --global user.name "Not My Name"
  - git add -A *.zip *.dll
  - git commit -m "Adding newly built binaries for release[ci skip]"
  - git push origin

And yes the name, email and access_token are fake.

from website.

joelself avatar joelself commented on July 26, 2024

Ok, I actually checked the repository and the files are all still a month old. It looks like it's succeeding, but where is it pushing to? Do I need to specify a custom checkout command and then in on_success add my repository as a remote and specifically push to the repository I added?

from website.

FeodorFitsner avatar FeodorFitsner commented on July 26, 2024

Try calling git status after git add command to see what was added.

from website.

FeodorFitsner avatar FeodorFitsner commented on July 26, 2024

I'm just wondering why would you need pushing produced DLLs and executables back to repository?

from website.

joelself avatar joelself commented on July 26, 2024

That's where I was storing releases so people don't have to download and
build the project from sources.

On Fri, Jan 8, 2016 at 2:56 PM, Feodor Fitsner [email protected]
wrote:

I'm just wondering why would you need pushing produced DLLs and
executables back to repository?


Reply to this email directly or view it on GitHub
#114 (comment).

Thanks,
Joel

from website.

FeodorFitsner avatar FeodorFitsner commented on July 26, 2024

Why not pushing them to repository Releases then: http://www.appveyor.com/docs/deployment/github? This is a "standard" way of distributing releases.

from website.

joelself avatar joelself commented on July 26, 2024

Yeah that's what I do now.

On Fri, Jan 8, 2016 at 3:01 PM, Feodor Fitsner [email protected]
wrote:

Why not pushing them to repository Releases then:
http://www.appveyor.com/docs/deployment/github? This is a "standard" way
of distributing releases.


Reply to this email directly or view it on GitHub
#114 (comment).

Thanks,
Joel

from website.

XhmikosR avatar XhmikosR commented on July 26, 2024

@FeodorFitsner: can we close this since it's not related to the website?

from website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.